summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2006-08-07 22:43:22 +0000
committerVincent Untz <vuntz@src.gnome.org>2006-08-07 22:43:22 +0000
commite4f0fd5d15326d97d7a488e48c4d7ea43d04a7d0 (patch)
tree1ab8b8958dae06996d15dd1c0a2a51e82e64068e
parent31da4b2b2367f936e5556f943bb143cb3d136029 (diff)
downloadgnome-desktop-GNOME_DESKTOP_2_15_91.tar.gz
version 2.15.91GNOME_DESKTOP_2_15_91
2006-08-08 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.15.91
-rw-r--r--ChangeLog6
-rw-r--r--NEWS26
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 35 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6db6ca71..46c4981a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-08 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.15.91
+
2006-07-24 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.15.91
diff --git a/NEWS b/NEWS
index 3924cc6d..05ed594a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
===============
+Version 2.15.91
+===============
+
+ Fixes
+
+ * Use a useful icon theme in gnome_desktop_item_find_icon() when no
+ icon theme is passed as argument so we get results (Vincent)
+
+ Doc
+
+ * Start migrating documentation to gnome-user-docs (Joachim Noreiko)
+
+ Doc Translations
+
+ * Francisco Javier F. Serrador (es)
+
+ Translators
+
+ * Runa Bhattacharjee (bn_IN)
+ * Iñaki Larrañaga Murgoitio (eu)
+ * Christophe Merlet (RedFox) (fr)
+ * Arangel Angov (mk)
+ * Ani Peter (ml)
+ * Marcel Telka (sk)
+
+===============
Version 2.15.90
===============
diff --git a/README b/README
index 1e9000b0..1f459282 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.15.90
+gnome-desktop 2.15.91
=====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index bfe20e45..05f5b586 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:18:2
+LT_VERSION=4:19: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=90
+GNOME_MICRO=91
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`