diff options
author | Callum McKenzie <callum@src.gnome.org> | 2007-11-12 05:48:55 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2007-11-12 05:48:55 +0000 |
commit | 01c6688a078f5b85c1863041e0a78c10f8df577a (patch) | |
tree | 364ae40b713eac9b22d6d5062052c36b4a254c5c | |
parent | 9d0e4c0e17fea89ac981b46fe7e0a29f2286af56 (diff) |
NEWS and configure.in updates for 2.21.1GNOME_APPLETS_2_21_1
svn path=/trunk/; revision=10512
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 47 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 53 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-11-12 Callum McKenzie <callum@spooky-possum.org> + + * configure.in: + * NEWS: Release 2.21.1 + 2007-11-04 Callum McKenzie <callum@spooky-possum.org> * configure.in: New test for langinfo.h and the nl_langinfo @@ -1,3 +1,50 @@ +Changes in GNOME-Applets 2.21.1 +================================ +Codename: "Cargo Cult" + +This release is mostly a pile of patches from Bugzilla thrown together +in the hope of producing a general improvement in the code. + +Changes since the 2.20.0 release: + Battstat Applet: + - Make error messages translatable (Takao Fujiwara). + - Ensure all strings are translated (Takao Fujiwara). + Drive Mount Applet: + - Make the applet work on the second login (Alex Jones). + Eyes Applet: + - This has been renamed from Geyes to Eyes there by removing the last + g-ish from the applets (Matthias Clasen). + Investment Applet: + - Sort the stocks list to avoid a random list (Matt Chisholm). + - Remove the dead URL in the about dialog (Matt Chisholm, + Andrew Burton). + - Make the pop-window size properly (Matt Chisholm). + - Avoid a division by zero when stocks were free (Callum McKenzie). + Mixer: + - Ellipsise excessively long device names (Bastien Nocera). + - Fix a memory leak (Kjartan Marass). + - Convert the code to use G_DEFINE_TYPE macros (Jaap Haitsma). + - Reduce the rate of callbacks for the mixer applet when idling (Brian + Cameron). + Modem Applet: + - Convert the code to use G_DEFINE_TYPE macros (Jaap Haitsma). + Trash Applet: + - Convert the code to use G_DEFINE_TYPE macros (Jaap Haitsma). + Weather Applet: + - Updates for Virginia (serac). + - All Missouri locations are now covered by a forecast (Michael Crider, + Callum McKenzie). + - Fix the use of nl_langinfo (Matthias Clasen). + - Misc. code fixes (Matthias Clasen). + - Use proper unicode temperature degree symbols (Alex Jones). + - Ensure the library .pc file includes the correct linker flags (Matthias + Clasen). + General: + - A better test for the nl_langinfo function (Matthias Clasen). + +Translations (docs + UI): + ar, be, bg, bn, ca, da, de, es, et, fi, gl, hu, lt, nb, pt, ru, si, sl, sv + Changes in GNOME-Applets 2.20.0 ================================ Codename: "Trade Surplus" diff --git a/configure.in b/configure.in index ad0ba5428..18b4277a3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for GNOME-APPLETS *** dnl *************************************************************************** -AC_INIT(gnome-applets, 2.20.0) +AC_INIT(gnome-applets, 2.21.1) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) |