From 7667ce57c9b8513757c8f969ba62ad25b51fc636 Mon Sep 17 00:00:00 2001 From: alqualos Date: Sun, 5 Feb 2017 05:56:52 +0000 Subject: [PATCH] Going for 0.7.3 --- quazip/Doxyfile | 2 +- quazip/NEWS.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/quazip/Doxyfile b/quazip/Doxyfile index 665aeef..321af48 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-2 +PROJECT_NUMBER = quazip-0-7-3 # 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 866aa72..3d0be94 100644 --- a/quazip/NEWS.txt +++ b/quazip/NEWS.txt @@ -1,5 +1,10 @@ QuaZIP changes +* 2017-02-05 0.7.3 + * Symlink handling + * Static linking exception for LGPL + * Minor bug fixes + * 2016-03-29 0.7.2 * New JlCompress methods (QIODevice*-based API by Lukasz Kwiecinski) * Implemented QuaZioDevice::atEnd() and bytesAvailable()--these might