blob: a476e0e40ab0a0fe47c77d6a8b2f77061fba797f [file] [log] [blame]
Thomas Klausner76b73222011-02-14 12:30:41 +010010.10rc1 [2010/02/14]
2
Thomas Klausner80691632010-02-09 15:51:01 +01003* Better windows support.
Thomas Klausnerea791a12010-02-09 14:42:58 +01004* Fix some memory leaks.
Thomas Klausnerc0315762010-03-08 10:52:37 +01005* Fix cmake build and installation
6* Fix memory leak in error case in zip_open()
7
Thomas Klausner980ab332010-02-01 10:13:32 +010080.9.3 [2010/02/01]
9
10* Include m4/ directory in distribution; some packagers need it.
11
Thomas Klausnerbdfebf22010-01-31 23:04:39 +0100120.9.2 [2010/01/31]
13
14* Avoid passing uninitialized data to deflate().
15* Fix memory leak when closing zip archives.
16
Dieter Barond32623d2010-01-24 10:31:09 +0100170.9.1 [2010/01/24]
Dieter Baron134af8b2010-01-06 23:10:43 +010018
Dieter Barond32623d2010-01-24 10:31:09 +010019* Fix infinite loop on reading some broken files.
Dieter Baron134af8b2010-01-06 23:10:43 +010020* Optimization in time conversion (don't call localtime()).
21* Clear data descriptor flag in central directory, fixing Open Office files.
22* Allow more than 64k entries.
23
Dieter Baron270129f2008-07-25 12:54:16 +0200240.9 [2008/07/25]
Dieter Baronc4fdda92007-11-07 00:18:52 +010025
26* on Windows, explictly set dllimport/dllexport
27* remove erroneous references to GPL
Dieter Baron28ee0202008-05-30 12:58:53 +020028* add support for torrentzip
29* new functions: zip_get_archive_flag, zip_set_archive_flag
30* zip_source_zip: add flag to force recompression
Dieter Baronf26f8412008-07-21 17:31:25 +020031* zip_sorce_file: only keep file open while reading from it
Dieter Baronc4fdda92007-11-07 00:18:52 +010032
Thomas Klausnerec622f22007-06-06 22:25:14 +0200330.8 [2007/06/06]
Dieter Baron177d58f2006-10-02 20:54:45 +000034
Thomas Klausner55f01572007-06-06 22:41:55 +020035* fix for zip archives larger than 2GiB
Dieter Baron177d58f2006-10-02 20:54:45 +000036* fix zip_error_strerror to include libzip error string
Dieter Baron28ee0202008-05-30 12:58:53 +020037* add support for reading streamed zip files
Dieter Baron81babc52006-10-04 15:21:09 +000038* new functions: zip_add_dir, zip_error_clear, zip_file_error_clear
Thomas Klausnere4fadaf2007-06-04 23:36:18 +020039* add basic support for building with CMake (incomplete)
Dieter Baron177d58f2006-10-02 20:54:45 +000040
Thomas Klausner1b997692006-05-18 10:01:39 +0000410.7.1 [2006/05/18]
42
43* bugfix for zip_close
44
Dieter Baron43e97aa2006-05-05 23:13:10 +0000450.7 [2006/05/06]
Thomas Klausnera4dc1792006-04-09 14:52:03 +000046
47* struct zip_stat increased for future encryption support
48* zip_add return value changed (now returns new index of added file)
49* shared library major bump because of previous two
Thomas Klausnera37eeb12006-04-23 16:38:51 +000050* added functions for reading and writing file and archive comments.
51 New functions: zip_get_archive_comment, zip_get_file_comment,
52 zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive
Thomas Klausnera4dc1792006-04-09 14:52:03 +000053
Thomas Klausnera4927212005-07-14 16:13:32 +0000540.6.1 [2005/07/14]
Thomas Klausner313006c2005-07-14 16:08:29 +000055
56* various bug fixes
57
Dieter Barondbf6dea2005-06-09 20:07:44 +0000580.6 [2005/06/09]
Dieter Baron9aebb4c2003-10-01 08:08:23 +000059
60* first standalone release
Dieter Barondd9afca2003-10-02 14:13:37 +000061* changed license to three-clause BSD
Dieter Baron0ca23db2003-10-06 03:01:54 +000062* overhauled API
Dieter Baronb5777ba2005-06-09 20:04:22 +000063* added man pages
64* install zipcmp and zipmerge