[gnome-system-log] release: prepare for 3.5.4



commit 9160c50b7bbb2eb70858a83e3417500764d611fc
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jul 16 17:13:49 2012 -0400

    release: prepare for 3.5.4

 NEWS         |   15 +++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3ae243c..bceac37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+GNOME System Log 3.5.4 - 16th July 2012
+=======================================
+
+- Rewrite the UI chrome of the application to the GNOME 3 style:
+  * Add an application menu
+  * Port to GMenuModel
+  * Replace the statusbar with a toolbar
+  * Replace the menubar with a gear menu
+
+- Fix restoring the last open log at startup (Sebastien Bacher)
+- Remove stored logs that fail to load from preferences
+- Fix monospace font not working with GTK master
+- Use GResource for builtin data files
+- Define _XOPEN_SOURCE_EXTENDED for OpenBSD (Antoine Jacoutot)
+
 GNOME System Log 3.4.0 - 26th March 2012
 ========================================
 
diff --git a/configure.ac b/configure.ac
index 56df70e..b0c021d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-system-log],[3.4.0],[],[gnome-system-log])
+AC_INIT([gnome-system-log],[3.5.4],[],[gnome-system-log])
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
@@ -59,7 +59,7 @@ AS_IF([test "x$enable_zlib" != "xno"],
 AC_SUBST(Z_LIBS)
 
 GLIB_MIN_VERSION=2.31.0
-GTK_MIN_VERSION=3.0.0
+GTK_MIN_VERSION=3.4.0
 
 PKG_CHECK_MODULES(LOGVIEW,
                   glib-2.0 >= $GLIB_MIN_VERSION



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