[gnote] Prepare 3.8.0



commit 2c9ba8c498ba12647ec52232340c86660d36f265
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Mar 24 16:15:22 2013 +0200

    Prepare 3.8.0

 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 68c1c6b..2d30d4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+3.8.0 "We can predict everything, except the future" - 2013/03/24
+
+New Features:
+  * Updated manual
+  * Increase default width of main window
+
+Fixes:
+  * Fix crash on first run
+  * Make labels for delete actions translatable
+
+Translations:
+  * Updated translations:
+    - Assamese (as)
+    - Brazilian Portuguese (pt_BR)
+    - Czech (cs)
+    - Gujarati (gu)
+    - Hindi (hi)
+    - Hungarian (hu)
+    - Kannada (kn)
+    - Lithuanian (lt)
+    - Marathi (mr)
+    - Polish (pl)
+    - Serbian (sr, sr latin)
+    - Slovenian (sl)
+    - Spanish (es)
+    - Tamil (ta)
+  * Updated Czech manual (cs)
+  * Updated Lithuanian manual (lt)
+
 3.7.3 - 2013/03/03
 
 New Features:
diff --git a/configure.ac b/configure.ac
index e64f0c4..9fa1a36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 3.7.4)
+AC_INIT(gnote, 3.8.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2])
@@ -17,7 +17,7 @@ GNOTE_VERSION="$PACKAGE_VERSION"
 AC_SUBST(GNOTE_VERSION)
 LIBGNOTE_RELEASE=${PACKAGE_VERSION%.*}
 AC_SUBST(LIBGNOTE_RELEASE)
-LIBGNOTE_VERSION_INFO=3:0:0
+LIBGNOTE_VERSION_INFO=0:0:0
 AC_SUBST(LIBGNOTE_VERSION_INFO)
 
 


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