[ocrfeeder] Update for release 0.6



commit 78fdd807dbd035e04cd0a8bf9e357bd7cb8723c1
Author: Joaquim Rocha <jrocha igalia com>
Date:   Fri Jan 22 18:45:21 2010 +0100

    Update for release 0.6

 Makefile          |    2 +-
 NEWS              |   24 ++++++++++++++++++++++++
 debian/changelog  |    6 ++++++
 util/constants.py |    2 +-
 4 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 6e9b789..6b29577 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ DESTDIR=/
 BUILDIR=$(CURDIR)/debian/ocrfeeder
 PROJECT=ocrfeeder
 PO_DIR=po
-VERSION=0.5
+VERSION=0.6
 
 all:
 	@echo "make source   - Create source package"
diff --git a/NEWS b/NEWS
index 2d45885..7721514 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Version 0.6
+============
+
+Improvements
+-------------
+
+* Several code improvements
+* Hide import pdf and unpaper menus if the respective commands are not available
+* Removed Studio from the application name
+* Removed unneeded engines folder
+* Updated copyright notice on the about dialog
+* Lowered the package name font case
+
+Bug Fixes
+----------
+
+* Added missing dependencies to debian/control (gc#5)
+
+New and Updated Translations
+-----------------------------
+
+* Daniel Nylander [sv_SV]
+
+
 Version 0.5
 ============
 
diff --git a/debian/changelog b/debian/changelog
index c0f75cd..f861dab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocrfeeder (0.6) unstable; urgency=low
+
+  * Version 0.6
+
+ -- Joaquim Manuel Pereira Rocha (Joaquim Rocha) <jrocha igalia com>  Fri, 22 Jan 2010 12:00:00 +0200
+
 ocrfeeder (0.5) unstable; urgency=low
 
   * Version 0.5.
diff --git a/util/constants.py b/util/constants.py
index c1a607f..0527c23 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.5'
+OCRFEEDER_STUDIO_VERSION = '0.6'
 OCRFEEDER_STUDIO_AUTHORS = ['Joaquim Rocha <joaquimrocha1 gmail com>']
 OCRFEEDER_STUDIO_ARTISTS = ['Joaquim Rocha <joaquimrocha1 gmail com>']
 OCRFEEDER_STUDIO_TRANSLATORS = [('English', 'Joaquim Rocha <joaquimrocha1 gmail com>'),



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