Skip to content

Commit

Permalink
Set version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 23, 2016
1 parent 089d1a9 commit 668f4e1
Show file tree
Hide file tree
Showing 5 changed files with 22 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.1.99)
SET(PACKAGE_VERSION 3.2.0)
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.1.99
3.2.0
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gImageReader 3.2.0 (Nov 23 2016):
* gImageReader 3.2.0 stable
* Add PageUp / PageDown keyboard accelerators for browsing multipage documents
* See 3.1.9x changelogs for all other feature changes since previous stable
* Many bug fixes since 3.1.99 - special thanks to Daniel Plakhotich
* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master

gImageReader 3.1.99 (Oct 13 2016):
* gImageReader 3.2 release candidate
* General improvements:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Compilation:
--------------
The steps for compiling gImageReader from source are documented in the [wiki](https://github.com/manisandro/gImageReader/wiki/Compiling-gImageReader).

Support:
----------
If you encounter issues, please file a ticket in the [issue tracker](https://github.com/manisandro/gImageReader/issues), or feel free to mail me directly at `manisandro(at)gmail(dot)com`. Be sure to also consult the [FAQ](https://github.com/manisandro/gImageReader/wiki/FAQ).

Contributing:
---------------
Contributions are always welcome, ideally in the form of pull-requests.
Expand Down
10 changes: 9 additions & 1 deletion data/manual.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
</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.0 (Nov 23 2016):</p>
<ul>
<li>gImageReader 3.2.0 stable</li>
<li>Add PageUp / PageDown keyboard accelerators for browsing multipage documents</li>
<li>See 3.1.9x changelogs for all other feature changes since previous stable</li>
<li>Many bug fixes since 3.1.99 - special thanks to Daniel Plakhotich</li>
<li>Full details in commit log: https://github.com/manisandro/gImageReader/commits/master</li>
</ul>
<p>gImageReader 3.1.99 (Oct 13 2016):</p>
<ul>
<li>gImageReader 3.2 release candidate</li>
Expand Down Expand Up @@ -301,7 +309,7 @@ For suggestions and contributions of any kind, please file tickets and/or pull-r
<h2><a name="Support">Debugging and support</a></h2>
<p>
If you find an issue or have a suggestion, please file a ticket to the <a href="https://github.com/manisandro/gImageReader/issues">gImageReader issue tracker</a>, or contact me directly at <a
href="mailto:[email protected]">[email protected]</a>. If you are experiencing crashes or hangs, please also try to include the following information in the ticket/email:
href="mailto:[email protected]">[email protected]</a>. Be sure to also consult the <a href="https://github.com/manisandro/gImageReader/wiki/FAQ">FAQ</a>. If you are experiencing crashes or hangs, please also try to include the following information in the ticket/email:
</p>
<ul>
<li>If the crash handler appears, include the backtrace which is shown there. To make sure that the backtrace is complete, if you are running the application under Linux, make sure that the <tt>gdb</tt> debugger as well as the debugging symbols are installed if your distribution provides them. The package containing the debugging symbols is usually called <b>&lt;packagename&gt;-debuginfo</b> or <b>&lt;packagename&gt;-dbg</b>. If you are running the application under Windows, some debugging symbols are installed by default.</li>
Expand Down

0 comments on commit 668f4e1

Please sign in to comment.