summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS24
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 33 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 98b6c100..0a56d8b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-28 Vincent Untz <vincent@vuntz.net>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.9.92
+
2005-02-17 Adi Attar <aattar@cvs.gnome.org>
* configure.in: Added "xh" to ALL_LINGUAS.
diff --git a/NEWS b/NEWS
index 282fa830..6e0c2f64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
==============
+Version 2.9.92
+==============
+
+ Misc
+
+ * Remove icons that are in gnome-icon-theme
+
+ Translators
+
+ * Vladimir "Kaladan" Petkov (bg)
+ * Martin Willemoes Hansen (da)
+ * Christophe Merlet (RedFox) (fr)
+ * Ankit Patel (gu)
+ * Changwoo Ryu (ko)
+ * Kjartan Maraas (nb)
+ * Kjartan Maraas (no)
+ * Gnome PL Team (pl)
+ * Evandro Fernandes Giovanini (pt_BR)
+ * Paisa Seeluangsawat (th)
+ * Baris Cicek (tr)
+ * Maxim Dziumanenko (uk)
+ * Canonical Ltd (xh)
+
+==============
Version 2.9.91
==============
diff --git a/README b/README
index b02ea0c8..99d89540 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop-2.9.91
+gnome-desktop-2.9.92
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 33511498..8e787e18 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,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:0:2
+LT_VERSION=4:1:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -32,7 +32,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GNOME_PLATFORM=2
GNOME_MINOR=9
-GNOME_MICRO=91
+GNOME_MICRO=92
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`