summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2006-08-21 22:26:57 +0000
committerVincent Untz <vuntz@src.gnome.org>2006-08-21 22:26:57 +0000
commitdfe4dbed1f29b32623d4314f8eda8c5e5d43e158 (patch)
tree2b059dad834ca291a42334f46007de95ded90038
parent04e48f928328d3d0c408913c7e9538f46e0b1923 (diff)
downloadgnome-desktop-dfe4dbed1f29b32623d4314f8eda8c5e5d43e158.tar.gz
version 2.15.92GNOME_DESKTOP_2_15_92
2006-08-22 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.15.92
-rw-r--r--ChangeLog6
-rw-r--r--NEWS21
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 30 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a10b4665..2a6a859b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-22 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.15.92
+
2006-08-08 Vincent Untz <vuntz@gnome.org>
* pixmaps/gnome-workspace.png:
diff --git a/NEWS b/NEWS
index 05ed594a..f084b5a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
===============
+Version 2.15.92
+===============
+
+ Misc
+
+ * Remove gnome-workspace icon (now included in gnome-panel) (Vincent)
+
+ Doc Translations
+
+ * Jonathan Ernst, Emmanuel Andry, Christophe Bliard (fr)
+ * Daniel Nylander (sv)
+
+ Translators
+
+ * Ivar Smolin (et)
+ * Gabor Kelemen (hu)
+ * Artur Flinta (pl)
+ * Maxim Dziumanenko (uk)
+ * Funda Wang (zh_CN)
+
+===============
Version 2.15.91
===============
diff --git a/README b/README
index 1f459282..9fed0532 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.15.91
+gnome-desktop 2.15.92
=====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 1bdbd562..ec6bae0f 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,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=4:19:2
+LT_VERSION=4:20:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -34,7 +34,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GNOME_PLATFORM=2
GNOME_MINOR=15
-GNOME_MICRO=91
+GNOME_MICRO=92
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`