diff --git a/quazip/Doxyfile b/quazip/Doxyfile index 7b28977..6e0eb9e 100644 --- a/quazip/Doxyfile +++ b/quazip/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = QuaZIP # This could be handy for archiving the generated documentation or # 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 # for a project that appears at the top of each page and should give viewer diff --git a/quazip/NEWS.txt b/quazip/NEWS.txt index 99eca6d..5f25cc1 100644 --- a/quazip/NEWS.txt +++ b/quazip/NEWS.txt @@ -1,8 +1,12 @@ 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). * Added the convenience method QuaZipFileInfo::isEncrypted(). + * 2014-07-24 0.7 * It is now possible to write ZIP files to sequential devices like sockets (only in mdCreate mode, so no self-extract, sorry).