ryxeo-webphotoalbum-git / lib / quazip / NEWS @ 4719578e
Historique | Voir | Annoter | Télécharger (2,9 ko)
1 | 4719578e | Eric Seigne | QuaZIP changes |
---|---|---|---|
2 | |||
3 | * 2011-09-09 0.4.3 |
||
4 | * New test suite using QTestLib. |
||
5 | * Fixed bytesAvailable(), pos() and atEnd(). |
||
6 | * Added ZIP v1.0 support and disabling data descriptor for |
||
7 | compatibility with some older software. |
||
8 | * Fixed DLL export/import issues for some symbols. |
||
9 | * Added QUAZIP_STATIC macro for compiling as a static library or |
||
10 | directly including the source. |
||
11 | * Added getFileNameList() and getFileInfoList() convenience |
||
12 | functions. |
||
13 | * Added some buffering to JlCompress to improve performance. |
||
14 | |||
15 | * 2011-08-10 0.4.2 |
||
16 | * Cmake patch (thanks to Bernhard Rosenkraenzer). |
||
17 | * Symbian patch (thanks to Hamish Willee). |
||
18 | * Documented the multiple files limitation of QuaZipFile. |
||
19 | * Fixed relative paths handling in JlCompress. |
||
20 | * Fixed linking to MinGW zlib. |
||
21 | |||
22 | * 2011-05-26 0.4.1 |
||
23 | * License statement updated to avoid confusion. GPL license |
||
24 | removed for the very same reason. |
||
25 | * Parts of original package are now clearly marked as modified, |
||
26 | just as their license requires. |
||
27 | |||
28 | * 2011-05-23 0.4 |
||
29 | * QuaZip and QuaZipFile classes now use the Pimpl idiom. This |
||
30 | means that future releases will probably be binary compatible |
||
31 | with this one, but it also means that this one is binary |
||
32 | incompatible with the old ones. |
||
33 | * IO API has been rewritten using QIODevice instead of standard |
||
34 | C library. Among other things it means that QuaZip now supports |
||
35 | files up to 4 GB in size instead of 2 GB. |
||
36 | * Added QuaZip methods allowing access to ZIP files represented |
||
37 | by any seekable QIODevice implementation (QBuffer is a good |
||
38 | example). |
||
39 | |||
40 | * 2010-07-23 0.3 |
||
41 | * Fixed getComment() for global comments. |
||
42 | * Added some useful classes for calculating checksums (thanks to |
||
43 | Adam Walczak). |
||
44 | * Added some utility classes for working with whole directories |
||
45 | (thanks to Roberto Pompermaier). It would be nice if someone |
||
46 | documents these in English, though. |
||
47 | * Probably fixed some problems with passwords (thanks to Vasiliy |
||
48 | Sorokin). I didn't test it, though. |
||
49 | |||
50 | * 2008-09-17 0.2.3 |
||
51 | * Fixed license notices in sources. |
||
52 | |||
53 | * SVN |
||
54 | * Fixed a small bug in QuaZipFile::atEnd(). |
||
55 | |||
56 | * 2007-01-16 0.2.2 |
||
57 | * Added LGPL as alternative license. |
||
58 | * Added FAQ documentation page. |
||
59 | |||
60 | * 2006-03-21 0.2.1 |
||
61 | * Fixed setCommentCodec() bug. |
||
62 | * Fixed bug that set month 1-12 instead of 0-11, as specified in |
||
63 | zip.h. |
||
64 | * Added workaround for Qt's bug that caused wrong timestamps. |
||
65 | * Few documentation fixes and cosmetic changes. |
||
66 | |||
67 | * 2005-07-08 0.2 |
||
68 | * Write support. |
||
69 | * Extended QuaZipFile API, including size(), *pos() functions. |
||
70 | * Support for comments encoding/decoding. |
||
71 | |||
72 | * 2005-07-01 0.1 |
||
73 | * Initial version. |