diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-09-27 17:55:21 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-09-27 17:55:21 +0000 |
| commit | bed9759fd3550a96409f905ea91fd13a51cb1ae7 (patch) | |
| tree | ef98c66879450777cc38444d0d30948ab61f0193 /ChangeLog | |
| parent | 1f7e5281d02ab42332179954c1b19548244ee4a6 (diff) | |
| download | libgpod-bed9759fd3550a96409f905ea91fd13a51cb1ae7.tar.gz libgpod-bed9759fd3550a96409f905ea91fd13a51cb1ae7.tar.xz libgpod-bed9759fd3550a96409f905ea91fd13a51cb1ae7.zip | |
* src/itdb_itunesdb.c: (calculate_db_checksum),
(itdb_write_checksum):
* src/itdb_sha1.c: (itdb_compute_hash):
* src/itdb_sha1.h: propagate the calculated checksum length as an out
parameter to the checksumming functions, fixes a bug where a partial
checksum would be written if it contained a \0
* tests/test-checksum.c: (calculate_db_checksum): update test program
to that API change
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1702 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-09-27 Christophe,,, <teuf@atchoum> + + * src/itdb_itunesdb.c: (calculate_db_checksum), + (itdb_write_checksum): + * src/itdb_sha1.c: (itdb_compute_hash): + * src/itdb_sha1.h: propagate the calculated checksum length as an out + parameter to the checksumming functions, fixes a bug where a partial + checksum would be written if it contained a \0 + * tests/test-checksum.c: (calculate_db_checksum): update test program + to that API change + 2007-09-26 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb_device.c: remove "read only" notice on Nano Video |
