summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2006-08-07 15:18:00 +0000
committerDavyd Madeley <davyd@src.gnome.org>2006-08-07 15:18:00 +0000
commitc859b4ada7e45c57993331f948dade2eebe7f87a (patch)
tree9f8a06f34317635abf907278f1873cb297d736b4
parent2404273ff51780b68b712b421fda9af6ec5afd77 (diff)
release 2.15.3GNOME_APPLETS_2_15_3
2006-08-07 Davyd Madeley <davyd@madeley.id.au> * configure.in: * NEWS: release 2.15.3
-rw-r--r--ChangeLog5
-rw-r--r--NEWS32
-rw-r--r--configure.in2
3 files changed, 38 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 540970d9e..a5533e3a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2006-08-07 Davyd Madeley <davyd@madeley.id.au>
* configure.in:
+ * NEWS: release 2.15.3
+
+2006-08-07 Davyd Madeley <davyd@madeley.id.au>
+
+ * configure.in:
* drivemount/drive-button.c:
- depend on API in gnome-vfs 2.15.4
- request ejectable status from gnome-vfs, rather than duplicating
diff --git a/NEWS b/NEWS
index 57e7e24a9..546b50d12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Changes in GNOME-Applets 2.15.3
+===============================
+"Codename Vegematables"
+
+Changes:
+ - Fix trashapplet/drivemount .server files (Davyd Madeley)
+ - gswitchit fixes (Sergey Udaltsov)
+ - libgweather: check for NULL pointers (Kevin Bauder)
+ - mixer: set ATK names (Ronald S. Bultje)
+ - multiload: update tooltip only when needed (Benoit Dejean)
+ - multiload: use inbuild panel transparency API (Benjamin Otte)
+ - drivemount: use GNOME-VFS to determine if a drive needs ejecting or
+ unmounting (Martin Pitt)
+ - gweather: make applet display properly on vertical panels (Joshua Crawford)
+
+Translations:
+ - eu (Inaki Larranaga)
+ - ml (Ani Peter)
+ - lv (Raivis Dejus)
+ - mr (Rahul Bhalerao)
+ - mk (Jovan Naumovski)
+ - nb (Kjartan Maraas)
+ - zh_CN (Funda Wang)
+ - cy (Rhys Jones)
+ - es (Francisco Javier F. Serrador)
+ - or (Subhransu Behera)
+ - gu (Ankit Patel)
+ - nl (Tino Meinen)
+ - fi (Ilkka Tuohela)
+ - id (Ahmad Riza H Nst)
+ - sl (Matic Žgur)
+
Changes in GNOME-Applets 2.15.2
===============================
"Codename Cauchy"
diff --git a/configure.in b/configure.in
index e356088f7..30efcaf38 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for GNOME-APPLETS ***
dnl ***************************************************************************
-AC_INIT(gnome-applets, 2.15.2)
+AC_INIT(gnome-applets, 2.15.3)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)