Preparation for 0.7.2
This commit is contained in:
parent
600aba290f
commit
e27a939efc
2 changed files with 6 additions and 2 deletions
|
@ -31,7 +31,7 @@ PROJECT_NAME = QuaZIP
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = quazip-0-7-1
|
PROJECT_NUMBER = quazip-0-7-2
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer
|
# for a project that appears at the top of each page and should give viewer
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
QuaZIP changes
|
QuaZIP changes
|
||||||
|
|
||||||
* 2014-01-07 0.7.1
|
* 2015-11-18 0.7.2
|
||||||
|
* A few minor fixes and improvements.
|
||||||
|
|
||||||
|
* 2015-01-07 0.7.1
|
||||||
* Fixed licensing issues (bug #45).
|
* Fixed licensing issues (bug #45).
|
||||||
* Added the convenience method QuaZipFileInfo::isEncrypted().
|
* Added the convenience method QuaZipFileInfo::isEncrypted().
|
||||||
|
|
||||||
* 2014-07-24 0.7
|
* 2014-07-24 0.7
|
||||||
* It is now possible to write ZIP files to sequential devices
|
* It is now possible to write ZIP files to sequential devices
|
||||||
like sockets (only in mdCreate mode, so no self-extract, sorry).
|
like sockets (only in mdCreate mode, so no self-extract, sorry).
|
||||||
|
|
Loading…
Reference in a new issue