Update of /cvsroot/bitcollider/bitcollider
In directory usw-pr-cvs1:/tmp/cvs-serv23145
Modified Files:
AUTHORS
Added Files:
ChangeLog
Log Message:
Updated the version number, added a ChangeLog file and applied the -f patch.
--- NEW FILE: ChangeLog ---
Changes to version 0.3.2:
-------------------------
- fixed bug where an extra semi-colon would cause an if-block to always
execute and sometimes crash.
- fixed an incorrect detect sha1 presence line of code (valid sha1s
may start with a \0 (DUH!)
- Started using libltdl for dynamic loading, thus making the bitcollider
more cross-platform compatible
- Applied Nathan Lutchansky -f patch (with some debugging to handle
single file submits correctly)
- Converted bitcollider to use new base32 encoding, rather than base16
- Adapted bitprinting code from the bitprint.[ch] for more modular
bitprintint capabilities.
Index: AUTHORS
===================================================================
RCS file: /cvsroot/bitcollider/bitcollider/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AUTHORS 2001/05/31 21:57:38 1.2
--- AUTHORS 2001/07/23 21:22:34 1.3
***************
*** 8,12 ****
Image plugin
! - Mark Nelson [delirium] del...@th...
(please send changes/patches to ro...@bi...)
--- 8,15 ----
Image plugin
! - Mark Nelson [delirium] <del...@th...>
!
! Support for the -f option and printing error messages to stderr
! - Nathan Lutchansky <lut...@li...>
(please send changes/patches to ro...@bi...)
|