[ocrfeeder] Update for release 0.7.1



commit f1a9e5155303b609992256e7b63822b000d1aaae
Author: Joaquim Rocha <jrocha igalia com>
Date:   Mon Nov 8 22:32:40 2010 +0100

    Update for release 0.7.1

 NEWS                            |   40 +++++++++++++++++++++++++++++++++++++++
 debian/changelog                |    6 +++++
 src/ocrfeeder/util/constants.py |    2 +-
 3 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a7c7e81..b0606b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Version 0.7.1
+==============
+
+Improvements
+-------------
+
+* Add importation of images from a scanner device
+* Add the spellchecker functionality
+* Add the copy text to clipboard functionality
+* Improve the a11y of the "import page from scanner" menu
+* Add the Cuneiform OCR engine automatic detection
+* Replace the current freeware OpenOffice.org icon
+  with a GPLed one (thanks to Alberto Garcia)
+* Move the OCRFeeder modules to its own folder
+* Change configuration default values for actions done
+  after adding images
+* Improve code
+* Rewrite ocrfeeder-cli
+
+Bug Fixes
+----------
+
+* Add the help option to ocrfeeder-cli (gb#630829)
+* Fix selecting all areas
+* Fix ellipsis and title in the queued events dialog
+* Prevent "invisible" boxes creation
+* Remove temporary images for the Tesseract OCR engine
+
+New and Updated Translations
+-----------------------------
+
+* Marek Cernocky, Petr Kovar [cs]
+* Mario Blättermann [de]
+* Joe Hansen, Kenneth Nielsen [da]
+* Jorge González [es_ES]
+* Bruno Brouard [fr]
+* Kjartan Maraas [nb]
+* Matej UrbanÄ?iÄ? [sl]
+
+
 Version 0.7
 ============
 
diff --git a/debian/changelog b/debian/changelog
index fd0d760..7a594aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocrfeeder (0.7.1-1) UNRELEASED; urgency=low
+
+  * Version 0.7.1
+
+ -- Joaquim Rocha <jrocha igalia com>  Mon, 08 November 2010 12:00:00 +0200
+
 ocrfeeder (0.7-1) UNRELEASED; urgency=low
 
   * Version 0.7
diff --git a/src/ocrfeeder/util/constants.py b/src/ocrfeeder/util/constants.py
index 71c4944..aec8828 100644
--- a/src/ocrfeeder/util/constants.py
+++ b/src/ocrfeeder/util/constants.py
@@ -24,7 +24,7 @@ import locale
 
 OCRFEEDER_STUDIO_NAME = 'OCRFeeder'
 OCRFEEDER_COMPACT_NAME = 'ocrfeeder'
-OCRFEEDER_STUDIO_VERSION = '0.7'
+OCRFEEDER_STUDIO_VERSION = '0.7.1'
 OCRFEEDER_STUDIO_AUTHORS = ['Joaquim Rocha <joaquimrocha1 gmail com>']
 OCRFEEDER_STUDIO_ARTISTS = ['Joaquim Rocha <joaquimrocha1 gmail com>']
 OCRFEEDER_COPYRIGHT = 'Copyright © 2008-2010 Joaquim Rocha\n' \



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