summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCallum McKenzie <callum@src.gnome.org>2009-01-15 00:41:56 +0000
committerCallum McKenzie <callum@src.gnome.org>2009-01-15 00:41:56 +0000
commit657973799307bf651da1186699a143c0be724f62 (patch)
treefbd20112e2c9265fc15b778bc4964e06039cdc53
parent92caee907bc4cd570c7cc2041ac566589cefb3e5 (diff)
svn path=/branches/gnome-2-24/; revision=11203
-rw-r--r--ChangeLog5
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d2f8fcef..573b5f23c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-15 Callum McKenzie <callum@spooky-possum.org>
+
+ * NEWS:
+ * configure.in: 2.24.3.1 brown-paper-bag release.
+
==================== 2.24.3 ======================
2009-01-13 Callum McKenzie <callum@spooky-possum.org>
diff --git a/NEWS b/NEWS
index e85175e09..f13b26619 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in GNOME-Applets 2.24.3.1
+=================================
+
+This is a brown-paper-bag release to make sure the CPU Frequency
+applet doesn't crash on start-up.
+
Changes in GNOME-Applets 2.24.3
===============================
diff --git a/configure.in b/configure.in
index d79859c29..a79d7ca3a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for GNOME-APPLETS ***
dnl ***************************************************************************
-AC_INIT(gnome-applets, 2.24.3)
+AC_INIT(gnome-applets, 2.24.3.1)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)