[gnote] Prepare 3.9.3



commit f460552601a3026f1542652c9408757edd52276b
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Aug 25 22:53:23 2013 +0300

    Prepare 3.9.3

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6eabcea..a949a21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.9.3 - 2013/08/25
+
+New Features:
+  * boost::lexical_cast dependency not used if C++11 is supported
+  * BOOST_FOREACH dependency not used if C++11 is supported
+  * Special Notes notebook add-in
+  * ReadOnly add-in (#588807)
+
+Fixes:
+  * Don't open new note window, if it's already open (#703151)
+  * Add icon for Active Notes notebook (#704114)
+  * Update notes list result when getting back (#702149)
+  * Avoid lock-up, which sometimes happens when clicking out from title (#705879)
+
+Translations:
+  * Updated translations:
+    - Brazilian Portuguese (pt_BR)
+    - Czech (cs)
+    - Lithuanian (lt)
+    - Polish (pl)
+    - Slovenian (sl)
+  * Updated Chinese simplified manual (zh_CN)
+  * Updated German manual (de)
+
 3.9.2 - 2013/07/21
 
 New Features:
diff --git a/configure.ac b/configure.ac
index 457b37a..3f1a5dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ GNOTE_VERSION="$PACKAGE_VERSION"
 AC_SUBST(GNOTE_VERSION)
 LIBGNOTE_RELEASE=${PACKAGE_VERSION%.*}
 AC_SUBST(LIBGNOTE_RELEASE)
-LIBGNOTE_VERSION_INFO=2:0:0
+LIBGNOTE_VERSION_INFO=3:0:0
 AC_SUBST(LIBGNOTE_VERSION_INFO)
 
 


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