[gnote] Prepare 3.12.0



commit dcc9c23b78084467bad4ea30826e51240e5046de
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Tue Mar 25 23:19:49 2014 +0200

    Prepare 3.12.0

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 28cca14..1c2c300 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+3.12.0 - "Anything is possible on paper" - 2014/03/25
+
+New Features:
+  * NoteDirectoryWatcher plugin interval is now configurable
+  * Import plugins are enabled by default and auto-disabled after import (#723635)
+  * Plugins are now checked for compatibility with Gnote
+
+Translations:
+  * Updated translations:
+    - Brazilian Portuguese (pt_BR)
+    - Czech (cs)
+    - German (de)
+    - Hungarian (hu)
+    - Kannada (kn)
+    - Lithuanian (lt)
+    - Polish (pl)
+    - Serbian (sr)
+    - Spanish (es)
+  * Updated Czech manual (cs)
+  * Updated German manual (de)
+  * Updated Spanish manual (es)
+  * Updated Lithuanian manual (lt)
+
 3.11.1 - 2014/01/19
 
 New Features:
diff --git a/configure.ac b/configure.ac
index c1d7007..aa2eddd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 3.11.2)
+AC_INIT(gnote, 3.12.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2])
@@ -17,7 +17,7 @@ AC_SUBST(GNOTE_VERSION)
 LIBGNOTE_RELEASE=${PACKAGE_VERSION%.*}
 AC_SUBST(LIBGNOTE_RELEASE)
 AC_DEFINE_UNQUOTED([LIBGNOTE_RELEASE], ["$LIBGNOTE_RELEASE"], [libgnote release.])
-LIBGNOTE_VERSION_INFO=1:0:0
+LIBGNOTE_VERSION_INFO=0:0:0
 AC_SUBST(LIBGNOTE_VERSION_INFO)
 AC_DEFINE_UNQUOTED([LIBGNOTE_VERSION_INFO], ["$LIBGNOTE_VERSION_INFO"], [libgnote release.])
 


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