Skip to content

Commit

Permalink
QuaZip 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stachenov committed Nov 13, 2021
1 parent 02aa5ae commit b6d1cec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# require 3.15 for GNUInstallDirs
cmake_minimum_required(VERSION 3.15...3.18)

project(QuaZip VERSION 1.1)
project(QuaZip VERSION 1.2)

set(CMAKE_CXX_STANDARD 14)

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = QuaZip
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = quazip-1-1-x
PROJECT_NUMBER = quazip-1-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 a
Expand Down
2 changes: 1 addition & 1 deletion NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
QuaZip changes

* Current
* 2021-11-13 1.2
* Add CMake option to disable installation (Sebastian Rettenberger)
* Qt's internal zlib can be used now (QUAZIP_USE_QT_ZLIB, OFF by
default)
Expand Down
12 changes: 1 addition & 11 deletions quazip/doc/index.dox
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,6 @@ To run the tests, execute:
$ cmake --build wherever/you/want/your/build/to/be --target check
\endverbatim

Note that tests are not included in the \c all target, so if you want
to build and test with %Qt Creator, add another build step and select
the \c qztest target. Then set up run configuration to launch
the qztest binary.

On Windows, you need to set its working directory
to the \c quazip subdirectory of the build tree. The default
is the \c qztest directory, which lead to mysterious crashes
because qztest can't find the %QuaZip DLL there.

On some systems you may need to set PATH, LD_LIBRARY_PATH or
SHLIB_PATH to get “qztest” to actually run and to use the version of %QuaZip you've just built,
especially if you already have some version of %QuaZip installed somewhere.
Expand Down Expand Up @@ -207,5 +197,5 @@ Old bugs may still be available at
<a href="https://sourceforge.net/projects/quazip/">SourceForge</a>
for reference.

Copyright (C) 2005-2020 Sergei Tachenov and contributors
Copyright (C) 2005-2021 Sergei Tachenov and contributors
*/

0 comments on commit b6d1cec

Please sign in to comment.