summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-12-23 11:36:29 +0100
committerVincent Untz <vuntz@gnome.org>2010-12-23 11:36:29 +0100
commitc2dd8492240e9a1305905aef48adee936695d1e3 (patch)
tree9112d6336d020094c7303d0fbc6653f159036f2d
parent12126af6df1f1c03d7e041343de32b582df0070f (diff)
downloadgnome-desktop-GNOME_DESKTOP_2_91_4.tar.gz
release: 2.91.4GNOME_DESKTOP_2_91_4
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c9bf3241..a79b2eb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
==============
+Version 2.91.4
+==============
+
+Note to distributors: gnome-about got removed, and is replaced by a System
+Information panel in gnome-control-center.
+
+ libgnome-desktop
+
+ * Adapt to GTK+ 3 changes (Benjamin Otte)
+
+ Misc
+
+ * Don't export private symbols in the shared library (Emilio Pozuelo
+ Monfort)
+
+ Translators
+
+ * Mattias Põldaru (et)
+ * Torstein Adolf Winterseth (nn)
+ * Wei-Lun Chao (zh_HK)
+ * Wei-Lun Chao (zh_TW)
+
+==============
Version 2.91.3
==============
diff --git a/configure.ac b/configure.ac
index ca978d08..e2596c81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=0:3:0
+LT_VERSION=0:4:0
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE