[gnote] Prepare 3.7.3



commit dea0774b2edcceb85fd335347c0bb6582614b7f8
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Mar 3 18:02:27 2013 +0200

    Prepare 3.7.3

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7a5e8bb..68c1c6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+3.7.3 - 2013/03/03
+
+New Features:
+  * Hide titlebar when maximized
+  * Require Gtkmm 3.6
+  * Use Gtk::SearchEntry for search entries
+  * Return spell check support (requires GtkSpell3)
+  * Redesing main window toolbar
+  * Ability for add-ins to add actions to main window search and note modes
+
+Fixes:
+  * Remove use of deprecated gdk_threads_* functions
+  * Fix ocasional crashes and hungs when launching syncronization
+  * Save main window pos and size on quit
+  * Fix opening notes via command line args
+  * Gnote silently discard/truncate data when disk is full (#627317)
+  * Fix export to HTML with XML special chars in title (#694935)
+
+Translations:
+  * Updated translations:
+    - Assamese (as)
+    - Brazilian Portuguese (pt_BR)
+    - Czech (cs)
+    - French (fr)
+    - Japanese (ja)
+    - Polish (pl)
+    - Punjabi (pa)
+    - Serbian (sr)
+    - Slovenian (sl)
+    - Spanish (es)
+  * Updated Czech manual (cs)
+  * Updated Spanish manual (es)
+
 3.7.2 - 2013/01/06
 
 New Features:
diff --git a/configure.ac b/configure.ac
index ff7a957..2396625 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]