[gnote/gnome-3-10] Prepare 3.10.0



commit 78e4189a63df0393c249e2945ac17ed36cfb03ab
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Sep 28 16:17:28 2013 +0300

    Prepare 3.10.0

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a949a21..1dd24bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.10.0 "To teach is to learn twice" - 2013/09/28
+
+New Features:
+  * Updated manual
+  * Notes list is now search-as-you-type
+  * Added AppData
+  * Changed design of create notebook dialog (#701845)
+
+Fixes:
+  * Fix note disabling
+  * Remove menu item when statistics add-in is disabled
+  * Make dttest locale-independent (#707546)
+
+Translations:
+  * Updated translations:
+    - Brazilian Portuguese (pt_BR)
+    - Czech (cs)
+    - Hungarian (hu)
+    - Japanese (ja)
+    - Lithuanian (lt)
+    - Polish (pl)
+    - Slovenian (sl)
+    - Spanish (es)
+  * Updated Czech manual (cs)
+  * Updated Lithuanian manual (lt)
+
 3.9.3 - 2013/08/25
 
 New Features:
diff --git a/configure.ac b/configure.ac
index e148a7f..835a7b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 3.9.4)
+AC_INIT(gnote, 3.10.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2])
@@ -16,7 +16,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]