summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCallum McKenzie <callum@src.gnome.org>2008-08-04 10:14:22 +0000
committerCallum McKenzie <callum@src.gnome.org>2008-08-04 10:14:22 +0000
commitb1705e4679eda9483e2ea7843b83422932eb2c22 (patch)
treef6e6a4ec6e633761354f87a5e18a57619ba18aa3
parentf030abd0eaa828e148357a804ab7c6adbdc71523 (diff)
svn path=/trunk/; revision=10895
-rw-r--r--ChangeLog7
-rw-r--r--NEWS19
-rw-r--r--configure.in2
3 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 44f9a3632..c08ebd38c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2008-08-04 Callum McKenzie <callum@spooky-possum.org>
+
+ * configure.in:
+ * NEWS: 2.23.4
+
2008-07-19 Callum McKenzie <callum@spooky-possum.org>
* configure.in:
* Makefile.am: Base building of gweather conditional on
libgweather and not gnome_vfs.
-2008-06-16 Callum McKenzie <callum@velociraptor.px.otago.ac.nz>
+2008-06-16 Callum McKenzie <callum@spooky-possum.org>
* configure.in:
* NEWS: 2.23.3
diff --git a/NEWS b/NEWS
index 2e5b9156e..3bb2c1db4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in GNOME-Applets 2.23.4
+===============================
+Codename: Irregular Apocalyse
+
+ - General
+ - Change the build conditions for gweather to be based on libgweather
+ and not gnome_vfs.
+ - Mixer Applet
+ - Avoid polling for external volume changes if gstreamer can signal us
+ instead (Bastien Nocera).
+ - Code cleanups for the dock window and make its behaviour a bit more like
+ the other dock windows (e.g. the clock applet) (Callum McKenzie).
+
+Doc translations:
+ ca, fi, ko, sv
+
+Translations:
+ ar, ca, es, et, gl, he, it, nb, nl, ps, pt_BR, ru, sv, th
+
Changes in GNOME-Applets 2.23.3
===============================
Codename: Sacrificial Victim
diff --git a/configure.in b/configure.in
index 08cc46d78..3fba323e7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for GNOME-APPLETS ***
dnl ***************************************************************************
-AC_INIT(gnome-applets, 2.23.3)
+AC_INIT(gnome-applets, 2.23.4)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)