Skip to content

Commit

Permalink
Set version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 10, 2017
1 parent a0b8402 commit 266006d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET(ENV{LC_ALL} "C")
# Project properties
PROJECT(gimagereader)
SET(PACKAGE_NAME gImageReader)
SET(PACKAGE_VERSION 3.2.0)
SET(PACKAGE_VERSION 3.2.1)
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")


Expand Down
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.1
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
gImageReader 3.2.1 (Feb 10 2017):
* Add possibility to rotate individual pages of multipage documents
* Ensure the tessdata manager downloads compatible tesseract languge definitions
* Add CCITT Group4 compression option for monochrome PDF export
* Allow choosing between diffuse and threshold dithering for monochrome PDF export
* Preview JPEG compression quality in PDF output preview
* Make brightness/contrast/resolution changes affect all selected sources
* [Qt] Support multipage images through QImageReader (Qt5.9+ will support multipage TIFFs)
* [Gtk] Fix hang when saving selection image
* [Qt] Fix possible deadlock when rapidly switching sources
* Updated translations

gImageReader 3.2.0 (Nov 23 2016):
* gImageReader 3.2.0 stable
* Add PageUp / PageDown keyboard accelerators for browsing multipage documents
Expand Down
14 changes: 13 additions & 1 deletion data/manual.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@
</ul>
<h3><a name="News">News</a></h3>
<p><i>A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master</i></p>
<p>gImageReader 3.2.1 (Feb 10 2017):</p>
<ul>
<li>Add possibility to rotate individual pages of multipage documents</li>
<li>Ensure the tessdata manager downloads compatible tesseract languge definitions</li>
<li>Add CCITT Group4 compression option for monochrome PDF export</li>
<li>Allow choosing between diffuse and threshold dithering for monochrome PDF export</li>
<li>Preview JPEG compression quality in PDF output preview</li>
<li>Make brightness/contrast/resolution changes affect all selected sources</li>
<li>[Gtk] Fix hang when saving selection image</li>
<li>[Qt] Fix possible deadlock when rapidly switching sources</li>
<li>Updated translations</li>
</ul>
<p>gImageReader 3.2.0 (Nov 23 2016):</p>
<ul>
<li>gImageReader 3.2.0 stable</li>
Expand Down Expand Up @@ -318,7 +330,7 @@ If you find an issue or have a suggestion, please file a ticket to the <a href="
<li>Try to describe as best as you can what you were doing and whether the problem is reproducible.</li>
</ul>
<hr />
<p>Copyright &copy;2009-2017 Sandro Mani, revision: Sun, Jan 01 2017</p>
<p>Copyright &copy;2009-2017 Sandro Mani, revision: Sun, Feb 05 2017</p>
</body>

</html>

0 comments on commit 266006d

Please # to comment.