Thomas Klausner | 76b7322 | 2011-02-14 12:30:41 +0100 | [diff] [blame^] | 1 | 0.10rc1 [2010/02/14] |
| 2 | |
Thomas Klausner | 8069163 | 2010-02-09 15:51:01 +0100 | [diff] [blame] | 3 | * Better windows support. |
Thomas Klausner | ea791a1 | 2010-02-09 14:42:58 +0100 | [diff] [blame] | 4 | * Fix some memory leaks. |
Thomas Klausner | c031576 | 2010-03-08 10:52:37 +0100 | [diff] [blame] | 5 | * Fix cmake build and installation |
| 6 | * Fix memory leak in error case in zip_open() |
| 7 | |
Thomas Klausner | 980ab33 | 2010-02-01 10:13:32 +0100 | [diff] [blame] | 8 | 0.9.3 [2010/02/01] |
| 9 | |
| 10 | * Include m4/ directory in distribution; some packagers need it. |
| 11 | |
Thomas Klausner | bdfebf2 | 2010-01-31 23:04:39 +0100 | [diff] [blame] | 12 | 0.9.2 [2010/01/31] |
| 13 | |
| 14 | * Avoid passing uninitialized data to deflate(). |
| 15 | * Fix memory leak when closing zip archives. |
| 16 | |
Dieter Baron | d32623d | 2010-01-24 10:31:09 +0100 | [diff] [blame] | 17 | 0.9.1 [2010/01/24] |
Dieter Baron | 134af8b | 2010-01-06 23:10:43 +0100 | [diff] [blame] | 18 | |
Dieter Baron | d32623d | 2010-01-24 10:31:09 +0100 | [diff] [blame] | 19 | * Fix infinite loop on reading some broken files. |
Dieter Baron | 134af8b | 2010-01-06 23:10:43 +0100 | [diff] [blame] | 20 | * 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 Baron | 270129f | 2008-07-25 12:54:16 +0200 | [diff] [blame] | 24 | 0.9 [2008/07/25] |
Dieter Baron | c4fdda9 | 2007-11-07 00:18:52 +0100 | [diff] [blame] | 25 | |
| 26 | * on Windows, explictly set dllimport/dllexport |
| 27 | * remove erroneous references to GPL |
Dieter Baron | 28ee020 | 2008-05-30 12:58:53 +0200 | [diff] [blame] | 28 | * 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 Baron | f26f841 | 2008-07-21 17:31:25 +0200 | [diff] [blame] | 31 | * zip_sorce_file: only keep file open while reading from it |
Dieter Baron | c4fdda9 | 2007-11-07 00:18:52 +0100 | [diff] [blame] | 32 | |
Thomas Klausner | ec622f2 | 2007-06-06 22:25:14 +0200 | [diff] [blame] | 33 | 0.8 [2007/06/06] |
Dieter Baron | 177d58f | 2006-10-02 20:54:45 +0000 | [diff] [blame] | 34 | |
Thomas Klausner | 55f0157 | 2007-06-06 22:41:55 +0200 | [diff] [blame] | 35 | * fix for zip archives larger than 2GiB |
Dieter Baron | 177d58f | 2006-10-02 20:54:45 +0000 | [diff] [blame] | 36 | * fix zip_error_strerror to include libzip error string |
Dieter Baron | 28ee020 | 2008-05-30 12:58:53 +0200 | [diff] [blame] | 37 | * add support for reading streamed zip files |
Dieter Baron | 81babc5 | 2006-10-04 15:21:09 +0000 | [diff] [blame] | 38 | * new functions: zip_add_dir, zip_error_clear, zip_file_error_clear |
Thomas Klausner | e4fadaf | 2007-06-04 23:36:18 +0200 | [diff] [blame] | 39 | * add basic support for building with CMake (incomplete) |
Dieter Baron | 177d58f | 2006-10-02 20:54:45 +0000 | [diff] [blame] | 40 | |
Thomas Klausner | 1b99769 | 2006-05-18 10:01:39 +0000 | [diff] [blame] | 41 | 0.7.1 [2006/05/18] |
| 42 | |
| 43 | * bugfix for zip_close |
| 44 | |
Dieter Baron | 43e97aa | 2006-05-05 23:13:10 +0000 | [diff] [blame] | 45 | 0.7 [2006/05/06] |
Thomas Klausner | a4dc179 | 2006-04-09 14:52:03 +0000 | [diff] [blame] | 46 | |
| 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 Klausner | a37eeb1 | 2006-04-23 16:38:51 +0000 | [diff] [blame] | 50 | * 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 Klausner | a4dc179 | 2006-04-09 14:52:03 +0000 | [diff] [blame] | 53 | |
Thomas Klausner | a492721 | 2005-07-14 16:13:32 +0000 | [diff] [blame] | 54 | 0.6.1 [2005/07/14] |
Thomas Klausner | 313006c | 2005-07-14 16:08:29 +0000 | [diff] [blame] | 55 | |
| 56 | * various bug fixes |
| 57 | |
Dieter Baron | dbf6dea | 2005-06-09 20:07:44 +0000 | [diff] [blame] | 58 | 0.6 [2005/06/09] |
Dieter Baron | 9aebb4c | 2003-10-01 08:08:23 +0000 | [diff] [blame] | 59 | |
| 60 | * first standalone release |
Dieter Baron | dd9afca | 2003-10-02 14:13:37 +0000 | [diff] [blame] | 61 | * changed license to three-clause BSD |
Dieter Baron | 0ca23db | 2003-10-06 03:01:54 +0000 | [diff] [blame] | 62 | * overhauled API |
Dieter Baron | b5777ba | 2005-06-09 20:04:22 +0000 | [diff] [blame] | 63 | * added man pages |
| 64 | * install zipcmp and zipmerge |