[ocrfeeder] Update for release 0.6.1



commit 04e38a0d9c7e1a1d4c846e4094dc9daa828b889a
Author: Joaquim Rocha <jrocha igalia com>
Date:   Fri Mar 5 18:22:21 2010 +0100

    Update for release 0.6.1

 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 19654be..f3121ff 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BUILDIR=$(CURDIR)/debian/ocrfeeder
 PROJECT=ocrfeeder
 PO_DIR=po
 PO_FILES=$(wildcard $(PO_DIR)/*.po)
-VERSION=0.6
+VERSION=0.6.1
 
 all:
 	@echo "make source   - Create source package"
diff --git a/NEWS b/NEWS
index 7721514..5b3867d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Version 0.6.1
+==============
+
+New Features
+-------------
+
+* Add zoom control from mouse wheel
+
+Improvements
+-------------
+
+* Show error dialogs when not able to open messages
+* Make i18n more compliant with intltool
+* Add the format to the default engines' arguments
+* Change zoom factor and fixed allowed zoom levels
+* Improve Debian package (thanks to Alberto Garcia)
+
+Bug Fixes
+----------
+
+* Fix encoding problem (gc#8)
+* Fix getting the engine name (gc#10)
+
+
 Version 0.6
 ============
 
diff --git a/debian/changelog b/debian/changelog
index 5e3595b..42dc5a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocrfeeder (0.6.1-1) UNRELEASED; urgency=low
+
+  * Version 0.6.1
+
+ -- Joaquim Rocha <jrocha igalia com>  Fri, 05 Mar 2010 12:00:00 +0200
+
 ocrfeeder (0.6-1) UNRELEASED; urgency=low
 
   * Version 0.6
diff --git a/util/constants.py b/util/constants.py
index 0527c23..2b41305 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'
+OCRFEEDER_STUDIO_VERSION = '0.6.1'
 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]