1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
2008-02-19 Jesse Kornblum <research@jessekornblum.com>
* Fixed illegal filename error handling to use Unicode
error display function.
* Updated packaging and README file
* Version bump to 1.0
2008-02-15 Jesse Kornblum <research@jessekornblum.com>
* Completed conversion to allow Unicode filenames.
Copied a few more functions from the md5deep project.
* Checked code into Subversion repository
* Version bump to 0.9 in preparation for release
* Cast VERBOSE_DISPLAY_NUM to uint64_t in usage message to avoid
crash on OS X.
* Added $Id$ tags to source code
2008-02-04 Jesse Kornblum <research@jessekornblum.com>
* Started conversion to allow Unicode filenames, not
finished yet
* Moved previous ChangeLog file to NEWS
* Fixed potentially fatal error in main.c that called,
ironically enough, fatal_error().
* Added counting of number of files processed for displaying
current filename being processed
2007-09-14 Jesse Kornblum <research@jessekornblum.com>
* Added -s and -S modes to capture strings
2007-08-12 Jesse Kornblum <research@jessekornblum.com>
* Increased buffer size to 8KB to prevent underreads
* Added allowed executable extensions:
cpl, hxs, hxi, olb, rll, and tlb.
2007-07-24 Jesse Kornblum <research@jessekornblum.com>
* Fixed basic MZ check to work on little endian systems
* Removed fcntl.h from configuration
* Fixed typo in man page
2007-07-23 Jesse Kornblum <research@jessekornblum.com>
* Proof of concept
|