[gnome-control-center] Release 2.27.5
- From: Rodrigo Moya <rodrigo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Release 2.27.5
- Date: Thu, 6 Aug 2009 14:17:11 +0000 (UTC)
commit 1d2442396517639e2260cbb13edc76407aa2f3db
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Thu Aug 6 16:10:51 2009 +0200
Release 2.27.5
NEWS | 23 +++++++++++++++++++++++
configure.in | 13 +++++++++----
2 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index dec22fd..42bbf6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+gnome-control-center 2.27.5 (2009-07-28)
+
+Default applications:
+- Don't clear the custom browser command on startup (Jens Granseuer) (#590316)
+
+General:
+- Remove all libglade dependencies (Robert Ancell)
+
+Network:
+- Fix unparsed mnemonics (Felix Riemann) (#590364)
+
+Shell:
+- Removed deprecated dependencies from libslab (Federico Mena Quintero, Felix Riemann)
+- Adapted shell to new libslab API (Rodrigo Moya)
+- Remove libgnome and libgnomeui dependencies (Rodrigo Moya)
+
+Translations:
+- br (Denis Arnaud)
+- et (Ivar Smolin)
+- ga (Seán de Búrca)
+- lt (Žygimantas BeruÄ?ka)
+- nb (Kjartan Maraas)
+-------------------------------------------------------------------------------
gnome-control-center 2.27.4.1 (2009-07-16)
About me:
diff --git a/configure.in b/configure.in
index e02955f..ec2a67b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-control-center], [2.27.4.1],
+AC_INIT([gnome-control-center], [2.27.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
AC_CONFIG_MACRO_DIR([m4])
@@ -113,16 +113,21 @@ dnl
dnl Check dependencies of libslab
dnl
PKG_CHECK_MODULES(LIBSLAB, [
- libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0
+ gio-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango gconf-2.0
],
have_libslab_deps=yes,
have_libslab_deps=no)
+WARN_CFLAGS="-Wall"
AC_SUBST(LIBSLAB_CFLAGS)
AC_SUBST(LIBSLAB_LIBS)
+AC_SUBST(WARN_CFLAGS)
AM_CONDITIONAL(HAVE_LIBSLAB_DEPS, [test $have_libslab_deps = yes])
-ENABLE_DYNAMIC_LIBSLAB=0
-AM_CONDITIONAL(ENABLE_DYNAMIC_LIBSLAB, test "x$ENABLE_DYNAMIC_LIBSLAB" = "x1")
+# When copying libslab, make sure to change this to match the value specified
+# in libslab's configure.ac file
+
+LT_VERSION=1:2:1
+AC_SUBST(LT_VERSION)
dnl
dnl Check for Xft version 2; we build in extra functionality to the font capplet
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]