diff --git a/CMakeLists.txt b/CMakeLists.txt index 343b396e..d16717e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ SET(ENV{LC_ALL} "C") # Project properties PROJECT(gimagereader) SET(PACKAGE_NAME gImageReader) -SET(PACKAGE_VERSION 3.1.90) +SET(PACKAGE_VERSION 3.1.91) SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale") diff --git a/LATEST b/LATEST index e55b56f5..d1aca36c 100644 --- a/LATEST +++ b/LATEST @@ -1 +1 @@ -3.1.90 +3.1.91 diff --git a/NEWS b/NEWS index 0da2cc4d..db5b68dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +gImageReader 3.1.91 (May 03 2016): + * gImageReader 3.2 beta 2 + * Fix crash when editing items in the hOCR editor + * Fix build with Ubuntu 14.04 + * Updated czech translation + * Fix some string typos + * Full details in commit log: https://github.com/manisandro/gImageReader/commits/master + gImageReader 3.1.90 (Apr 28 2016): * gImageReader 3.2 beta 1 * Add an initial hOCR editor implementation, with possibility to save as hOCR HTML, PDF with invisible text overlay, or a PDF reconstructed from the extracted text and graphics diff --git a/data/manual.html.in b/data/manual.html.in index 9db720ae..6b2d1623 100644 --- a/data/manual.html.in +++ b/data/manual.html.in @@ -46,6 +46,14 @@
A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master
+gImageReader 3.1.91 (May 03 2016):
+gImageReader 3.1.90 (Apr 28 2016):