[ocrfeeder] Update for release 0.7.7



commit 9f3831f2ba6e191b0722c43efcad545f342c4de7
Author: Joaquim Rocha <jrocha igalia com>
Date:   Sat Dec 10 14:00:35 2011 +0100

    Update for release 0.7.7

 NEWS         |   39 +++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2e7d41a..82cc6ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Version 0.7.7
+=============
+
+Bug Fixes
+----------
+
+* Fix memory usage (use a limited number of ImageReviewer instances,
+  among other changes that save memory)
+* Fix single recognition of a content area
+* Import the Image module from PIL to avoid issues
+* Fix the sys path for the CLI
+* Reset the mouse cursor (to be the normal one) when deleting areas
+* Fix missing dependency check for reportlab (gb#656574)
+* Remove libgnome dependency (thanks to GyÃrgy BallÃ)
+
+Improvements
+-------------
+
+* Generate a ChangeLog file from git when running make dist
+  (thanks to Alberto Garcia)
+* Miscellaneous code improvements (remove unused code;
+  reorganize some classes; use subclasses of GTK+ objects instead
+  of generic Python objects)
+* Use a dedicated temporary folder and delete it afterwards
+* Remove the temporary folder setting from the preferences dialog
+* Create a temporary directory correctly for the PDF conversion
+* Change the way the areas are removed to make it more secure
+
+New and Updated Translations
+-----------------------------
+
+* Marek Äernockà [cz]
+* Joe Hansen [da]
+* Mario BlÃttermann [de]
+* Kristjan SCHMIDT [eo]
+* Daniel Korostil [uk]
+* Matej UrbanÄiÄ [sl]
+
+
 Version 0.7.6
 =============
 
diff --git a/configure.ac b/configure.ac
index 209fbfa..db3df8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 AC_INIT([ocrfeeder],
-        [0.7.6],
+        [0.7.7],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=ocrfeeder],
         [ocrfeeder])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]