[ocrfeeder] Update for release 0.6.5



commit c6628b7c57c51db54227606bb6872ed823dce511
Author: Joaquim Rocha <jrocha cookiemonster local igalia com>
Date:   Wed Mar 24 18:17:42 2010 +0100

    Update for release 0.6.5

 Makefile          |    2 +-
 NEWS              |   40 ++++++++++++++++++++++++++++++++++++++++
 debian/changelog  |    6 ++++++
 util/constants.py |    2 +-
 4 files changed, 48 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 7cb1cb7..bcc55c3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROJECT=ocrfeeder
 PO_DIR=po
 LINGUAS=$(shell cat $(PO_DIR)/LINGUAS)
 RESOURCES_DIR=resources
-VERSION=0.6.1
+VERSION=0.6.5
 
 all:
 	@echo "make source   - Create source package"
diff --git a/NEWS b/NEWS
index 5b3867d..53710da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Version 0.6.5
+==============
+
+Improvements
+-------------
+
+* Import PDF files faster
+* Add option to detect and include system-wide OCR engines on OCR engines manager dialog
+* Show option to include the detected system-wide OCR engines when the application is started with no engines
+* Better integration with intltool
+* Miscellaneous string fixes (thanks to Philip Withnall)
+* Add man pages
+* Make translators for about dialog dependent from the translation (thanks to Claudio Saavedra)
+* Improve Debian package generation (thanks to Alberto Garcia)
+* Fix Debian packages dependencies
+* Allow multiple selection of selection areas
+* Add Ctrl+a shortcut to select all areas
+* Add "recognize selected areas" action
+
+Bug Fixes
+----------
+
+* Remove PDF files' extension from the images generated from them
+* Sort images when adding them from a folder
+* Select selection area after creating it
+* Fix problem when quitting the application
+
+
+New and Updated Translations
+-----------------------------
+
+* Marek Cernocky [cs]
+* Mario Blättermann [de]
+* Philip Withnall [en_GB]
+* Jorge González [es_ES]
+* Kjartan Maraas [nb]
+* Matej UrbanÄ?iÄ? [sl]
+* Daniel Nylander [sv_SV]
+
+
 Version 0.6.1
 ==============
 
diff --git a/debian/changelog b/debian/changelog
index 42dc5a6..9cc55ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocrfeeder (0.6.5-1) UNRELEASED; urgency=low
+
+  * Version 0.6.5
+
+ -- Joaquim Rocha <jrocha igalia com>  Wed, 24 Mar 2010 12:00:00 +0200
+
 ocrfeeder (0.6.1-1) UNRELEASED; urgency=low
 
   * Version 0.6.1
diff --git a/util/constants.py b/util/constants.py
index b3b1a97..23d576f 100644
--- a/util/constants.py
+++ b/util/constants.py
@@ -23,7 +23,7 @@ import os
 
 OCRFEEDER_STUDIO_NAME = 'OCRFeeder'
 OCRFEEDER_COMPACT_NAME = 'ocrfeeder'
-OCRFEEDER_STUDIO_VERSION = '0.6.1'
+OCRFEEDER_STUDIO_VERSION = '0.6.5'
 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]