summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2006-04-10 14:48:58 +0000
committerDavyd Madeley <davyd@src.gnome.org>2006-04-10 14:48:58 +0000
commit9888e43524c9c22fdf856dd2962b3245ae159b4c (patch)
treebea196d5606e28e70881729eafc9f3371548b2c1
parent14ae5bcbc9e8198b260c77ca261fed2f3dbd818c (diff)
release 2.14.1GNOME_APPLETS_2_14_1
2006-04-10 Davyd Madeley <davyd@madeley.id.au> * configure.in: * NEWS: release 2.14.1
-rw-r--r--ChangeLog5
-rw-r--r--NEWS33
-rw-r--r--configure.in2
3 files changed, 39 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d728452e0..7b0f78f3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-10 Davyd Madeley <davyd@madeley.id.au>
+
+ * configure.in:
+ * NEWS: release 2.14.1
+
2006-04-04 Pema Geyleg <pema.geyleg@gmail.com>
* configure.in: Added "dz" Dzongkha language.
diff --git a/NEWS b/NEWS
index 3fb86980d..8475aeb87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Changes in GNOME-Applets 2.14.1
+===============================
+"Codename Sandman"
+
+This is the first point-release for GNOME Applets 2.14.
+
+Fixes:
+ - cpufreq - specify the monitored CPU when calling cpufreq-selector (#337578)
+ - gswitchit - fix crash on exit (#328002)
+ - mixer - fix a double-free on quit that would cause the panel to freeze
+ under certain conditions (#335432)
+
+Translations:
+ - be (Ihar Hrachyshka, Ales Nyakhaychyk)
+ - bg (Alexander Shopov)
+ - en_CA (Simos Xenitellis)
+ - cs (Petr Tomeš, Simos Xenitellis)
+ - da (Ole Laursen, David Nielsen)
+ - dz (Pema Geyleg)
+ - et (Ivar Smolin, Priit Laes)
+ - fr (Benoît Dejean)
+ - he (Yair Hershkovitz)
+ - ka (gnome.inet.ge team)
+ - ms (Simos Xenitellis)
+ - pt_BR (Guilherme de S. Pastore)
+ - ro (Dan Damian)
+ - ru (Nickolay V. Shmyrev)
+ - tr (Deniz Kocak)
+
+For developers looking to add new features to GNOME-Applets. The tree will be
+branching right after the 2.14.1 release. New features will go into HEAD, bug
+fixes will go into gnome-2-14.
+
Changes in GNOME-Applets 2.14.0
===============================
"Codename Squolo"
diff --git a/configure.in b/configure.in
index 44dd7849f..cca2bdc9b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(drivemount/drivemount.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gnome-applets, 2.14.0)
+AM_INIT_AUTOMAKE(gnome-applets, 2.14.1)
AM_MAINTAINER_MODE