summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2005-07-13 09:55:48 +0000
committerVincent Untz <vuntz@src.gnome.org>2005-07-13 09:55:48 +0000
commit616749b4e382125ecd14bda4fa182440f1e51c66 (patch)
treed21ad6130e48960536f1b655c457c2000d74f73e
parentb5b97c5857bf26fb53407cafd7b28be9b259c457 (diff)
downloadgnome-desktop-616749b4e382125ecd14bda4fa182440f1e51c66.tar.gz
version 2.11.5GNOME_DESKTOP_2_11_5
2005-07-13 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.11.5
-rw-r--r--ChangeLog6
-rw-r--r--NEWS28
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 29 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index c4830625..ad77a617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-13 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.11.5
+
2005-07-02 Vincent Untz <vuntz@gnome.org>
* .cvsignore: updated
diff --git a/NEWS b/NEWS
index 9002bdec..cf14dae3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
==============
+Version 2.11.5
+==============
+
+ Misc
+
+ * Fix leak (Kjartan Maraas)
+
+ Translators
+
+ * Данило Шеган (sr)
+
+==============
Version 2.11.4
==============
@@ -23,7 +35,7 @@ Version 2.11.3
* Adam Weinberger (en_CA)
* Francisco Javier F. Serrador (es)
* Ivar Smolin (et)
- * Iñaki Larrañaga (eu)
+ * Iñaki Larrañaga (eu)
* Lilit Azizbekyan (hy)
* Takeshi AIHANA (ja)
* Kjartan Maraas (nb)
@@ -44,7 +56,7 @@ Version 2.11.1
* Vladimir \"Kaladan\" Petkov (bg)
* Miloslav Trmac (cs)
- * Iñaki Larrañaga (eu)
+ * Iñaki Larrañaga (eu)
* Ankit Patel (gu)
* Tino Meinen (nl)
@@ -415,7 +427,7 @@ Version 2.5.4
Misc
* Use the common docs build system (Malcolm Tredinnick)
- * Small configure.in cleanup (Tomasz K³oczko)
+ * Small configure.in cleanup (Tomasz KÅ‚oczko)
* Fix underquoted AM_PATH_ESD issue (Alexander Winston)
* Don't included generated .desktop files in tarball (Mark)
* Distcheck fix (Mark)
@@ -756,7 +768,7 @@ libgnome-desktop
Translations
- * Belarusian team (be), Danilo Å egan (sr), Guntupalli Karunakar (hi),
+ * Belarusian team (be), Danilo Å egan (sr), Guntupalli Karunakar (hi),
Fatih Demir (ta), FSF-India (ml), Paul Duffy (ga) and Raphael Finkel (yi).
=============
@@ -779,9 +791,9 @@ Miscellanous
Translations
- * Dmitry G. Mastrukov, Joël Brich, Metin Amiroff, Miloslav Trmac,
+ * Dmitry G. Mastrukov, Joël Brich, Metin Amiroff, Miloslav Trmac,
Mohammad DAMT, Paisa Seeluangsawat, Paul Duffy, Pramod, Roozbeh Pournader,
- Samúel Jón Gunnarsson, Takeshi AIHANA, Taneem Ahmed and
+ Samúel Jón Gunnarsson, Takeshi AIHANA, Taneem Ahmed and
Vincent van Adrighem.
===============
@@ -791,7 +803,7 @@ Version 2.2.0.1
Translations
* Abel Cheung, Alessio Frusciante, Duarte Loreto, Elian Myftiu,
- Fatih Demir, Sanlig Badral and Tõivo Leedjärv.
+ Fatih Demir, Sanlig Badral and Tõivo Leedjärv.
=============
Version 2.2.0
@@ -804,7 +816,7 @@ Translations
* Alexander Shopov, Anurag Seetha, Christian Neumair,
Daniel Yacob, Dmitry G. Mastrukov, Funda Wang, Jordi
Mallach, Kostas Papadimas, Pablo Gonzalo del Campo,
- Tõivo Leedjärv and Young-Ho, Cha.
+ Tõivo Leedjärv and Young-Ho, Cha.
==============
Version 2.1.90
diff --git a/README b/README
index 2ef7b5da..646ee038 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop-2.11.4
+gnome-desktop-2.11.5
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index f3210c2d..6b030728 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:4:2
+LT_VERSION=4:5: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=11
-GNOME_MICRO=4
+GNOME_MICRO=5
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`