[gnote] Prepare 0.9.1



commit 2cdc1c3b1b81b2d52c0f17dd96ad9b7e21afb204
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Mon Jul 2 22:05:44 2012 +0300

    Prepare 0.9.1

 NEWS             |   39 +++++++++++++++++++++++++++++++++++++++
 README           |    3 +--
 data/Makefile.am |    1 -
 src/Makefile.am  |    2 +-
 4 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index bb91649..6913e5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+0.9.1 - 2012/07/02
+
+New Features:
+  * Gtkmm 3.4 is required
+  * Derived Search window from Gtk::ApplicationWindow
+  * Replace shave with automake's silent rules (#673710)
+  * Added 256x256 app icon (#674267)
+  * Added log to file capability in debug mode
+  * Added gnome-keyring dependency
+  * Added WebDAV synchronization
+  * Droped support for panel applet
+  * Migrated to Gtk::Application
+
+Fixes:
+  * Fix quit application for glib >= 2.32 (#670104)
+  * Removed use of deprecated GtkStyle (#667395)
+  * Fixed missing include for Glibmm 2.32 (#671787)
+  * Fixed multiple compiler warnings
+  * Fix bullet indentation when printing (#674904)
+
+Translations:
+  * Updated translations:
+    - Arabic (ar)
+    - Brazilian Portuguese (pt_BR)
+    - Czech (cs)
+    - French (fr)
+    - Galician (gl)
+    - Gujarati (gu)
+    - Hungarian (hu)
+    - Indonesian (id)
+    - Latvian (lv)
+    - Lithuanian (lt)
+    - Punjabi (pa)
+    - Simplified Chinese (zh_CN)
+    - Slovenian (sl)
+    - Spanish (es)
+    - Swedish (sv)
+    - Ukranian (uk)
+
 0.9.0 - 2012/03/10
 
 New Features:
diff --git a/README b/README
index 9e18780..a2f7992 100644
--- a/README
+++ b/README
@@ -15,14 +15,13 @@ See the INSTALL file.
 
 Dependencies:
 - Glibmm 2.28
-- Gtkmm 3.0
+- Gtkmm 3.4
 - Gtk+ 3.0
 - libxml2
 - libxslt
 - libuuid
 - boost 1.34
 - libpcrepp (part of pcre)
-- (optional) libpanelapplet-4
 
 Importing Tomboy notes
 ----------------------
diff --git a/data/Makefile.am b/data/Makefile.am
index f7747b2..3efb47b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -42,7 +42,6 @@ noinst_DATA =
 
 EXTRA_DIST = 					\
 	UIManagerLayout.xml                     \
-	GNOME_GnoteApplet.xml                   \
 	$(desktop_in_files)     		\
 	$(pkgconfig_in_files)			\
 	org.gnome.gnote.gschema.xml.in		\
diff --git a/src/Makefile.am b/src/Makefile.am
index 2136f97..03020bb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,7 +66,7 @@ DBUS_SOURCES=remotecontrolproxy.hpp remotecontrolproxy.cpp \
 	dbus/remotecontrol-glue.cpp \
 	$(NULL)
 
-libgnote_la_LDFLAGS = -release 0.9 -version-info 0:0:0
+libgnote_la_LDFLAGS = -release 0.9 -version-info 1:0:0
 libgnote_la_LIBADD = $(LIBGNOTE_LIBS)
 libgnote_la_SOURCES = \
 	base/singleton.hpp \



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