--- afflib-3.6.6/ChangeLog 2011-01-01 12:23:05.000000000 -0500 +++ afflib-3.6.10/ChangeLog 2011-04-14 23:37:06.000000000 -0400 @@ -1,3 +1,67 @@ +2011-04-14 Simson Garfinkel + + * configure.ac: increased version to 3.6.10 + + * lib/vnode_split_raw.cpp (split_raw_increment_fname): revised + splitraw so that it goes 000 to 999 then A00 through ZZ9 (that is, + the first and second character are base 36, the third remains base + 10) + +2011-04-06 Simson Garfinkel + + * configure.ac: incremented to version 3.6.9 + + * lib/aftest.cpp (bugs_test): added tests + + * lib/vnode_split_raw.cpp (split_raw_identify_file): now + returns 1 for filename.000 or filename.001 or filename.AAA or filename.aaa. + + * (split_raw_close): Now only closes files that are open. + + * (increment_fname) changed to vnode_split_raw_increment_fname so it + can be externally tested. + +2011-03-20 Simson Garfinkel + + * configure.ac: increased version number to 3.6.8 + +2011-03-18 Simson Garfinkel + + * configure.ac: version number incremented to 3.6.7 + + * lib/afflib_i.h: removed typedefs for uint and int64 and uint32_t + + +2011-03-17 Simson Garfinkel + + * ALL OF AFFLIB: All "unsigned long" changed to uint32_t *. + +2011-02-16 Simson Garfinkel + + * lib/afflib_i.h: removed all u_int, etc. for Cstandard uint8_t, + uint32_t, etc. + +2011-01-29 Simson Garfinkel + + * tools/affsegment.cpp ("C"): added extern "C" around regex.h include + + * lib/utils.h: changed all u_int to "unsigned int". + (aff): changed u_long to unsigned long + + * lib/afflib.h: changed all u_int to "unsigned int" and all + "u_char" to unsigned char to ease compiling in certain environments. + +2011-01-14 Simson Garfinkel + + * lib/afflib.cpp (af_make_badflag): changed int to unsigned int to + avoid compiler warning. + + * configure.ac: removed AC_MSG_NOTICE([LIBEWF: ${enable_libewf} (requires uuid-dev on Linux)]) + +2011-01-12 Simson Garfinkel + + * aftimer.h (aftimer::hms): fixed plural for days. + 2011-01-01 Simson Garfinkel * Makefile.am (pkginclude_HEADERS): removed threaded_hash.h from package.