Skip to content

Commit b6d1cec

Browse files
committed
QuaZip 1.2 release
1 parent 02aa5ae commit b6d1cec

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# require 3.15 for GNUInstallDirs
22
cmake_minimum_required(VERSION 3.15...3.18)
33

4-
project(QuaZip VERSION 1.1)
4+
project(QuaZip VERSION 1.2)
55

66
set(CMAKE_CXX_STANDARD 14)
77

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = QuaZip
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = quazip-1-1-x
41+
PROJECT_NUMBER = quazip-1-2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

NEWS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
QuaZip changes
22

3-
* Current
3+
* 2021-11-13 1.2
44
* Add CMake option to disable installation (Sebastian Rettenberger)
55
* Qt's internal zlib can be used now (QUAZIP_USE_QT_ZLIB, OFF by
66
default)

quazip/doc/index.dox

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,6 @@ To run the tests, execute:
151151
$ cmake --build wherever/you/want/your/build/to/be --target check
152152
\endverbatim
153153

154-
Note that tests are not included in the \c all target, so if you want
155-
to build and test with %Qt Creator, add another build step and select
156-
the \c qztest target. Then set up run configuration to launch
157-
the qztest binary.
158-
159-
On Windows, you need to set its working directory
160-
to the \c quazip subdirectory of the build tree. The default
161-
is the \c qztest directory, which lead to mysterious crashes
162-
because qztest can't find the %QuaZip DLL there.
163-
164154
On some systems you may need to set PATH, LD_LIBRARY_PATH or
165155
SHLIB_PATH to get “qztest” to actually run and to use the version of %QuaZip you've just built,
166156
especially if you already have some version of %QuaZip installed somewhere.
@@ -207,5 +197,5 @@ Old bugs may still be available at
207197
<a href="https://sourceforge.net/projects/quazip/">SourceForge</a>
208198
for reference.
209199

210-
Copyright (C) 2005-2020 Sergei Tachenov and contributors
200+
Copyright (C) 2005-2021 Sergei Tachenov and contributors
211201
*/

0 commit comments

Comments
 (0)