diff options
author | Callum McKenzie <callum@src.gnome.org> | 2008-01-14 09:03:43 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2008-01-14 09:03:43 +0000 |
commit | bc43ce3ef1349cc82ab46c8df22f48f9f362cce4 (patch) | |
tree | a37fcd5a2bfd027c4f258b6e3ec90293e4dd580a | |
parent | 5e57d0fe817900a2ae5c50de073597b2a64085b3 (diff) |
Release 2.21.3GNOME_APPLETS_2_21_3
svn path=/trunk/; revision=10590
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 38 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | po-locations/ChangeLog | 9 |
4 files changed, 49 insertions, 5 deletions
@@ -1,3 +1,8 @@ +2008-01-14 Callum McKenzie <callum@spooky-possum.org> + + * configure.in: + * NEWS: 2.21.3 + 2008-01-13 Callum McKenzie <callum@spooky-possum.org> * Makefile.am: @@ -1,3 +1,41 @@ +Changes in GNOME-Applets 2.21.3 +=============================== +Codename: "Fate Amenable to Change" + +One really big change: libgweather has been moved off to it's own +module, so if you want to build gnome-applets, you'll need that +too. The module is, naturally enough, named libgweather. The benefit +of this change is that you'll soon be seeing weather related info +elsewhere in your desktop. + +Changes since the 2.21.2 release: + Accessx Status Applet: + - Make bug buddy work for this applet (Kjartan Maraas). + Character Picker: + - Documentation fixes. + CPU Frequency Monitor: + - Fix memory leaks (kripkensteiner@gmail.com). + Keyboard Indicator: + - The layout can now be printed from the preview (Sergey Udaltsov). + - Require libgnomekbd 2.21.4.1 or later (Sergey Udaltsov). + Mixer: + - Accelerators have been removed from the menu since they were + virtually never usable and now you won't be tempted to type Ctrl-T + in an unfortunate context. The normal under-score style menu + sortcuts are still available (Ted Gould). + Null Applet: + - Make sure our example doesn't crash (Ray Strode). + Sticky Notes: + - Better alignment in the UI (Christian Rose, Andrew Burton). + General: + - Don't install documentation from obsolete applets (Kjartan Maraas). + +Translations: + ar, ca, es, et, eu, ga, he, nb, nn, oc, vi, sk, sv, + +Documentation Translations: + ca, sv + Changes in GNOME-Applets 2.21.2 =============================== Codename: "Unfortunate Conflict of Evidence" diff --git a/configure.in b/configure.in index 0c766d46a..a58438d28 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for GNOME-APPLETS *** dnl *************************************************************************** -AC_INIT(gnome-applets, 2.21.2) +AC_INIT(gnome-applets, 2.21.3) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) diff --git a/po-locations/ChangeLog b/po-locations/ChangeLog index 25499aeaf..03fcd74f8 100644 --- a/po-locations/ChangeLog +++ b/po-locations/ChangeLog @@ -14,10 +14,11 @@ * vi.po: Updated Vietnamese translation. -2007-12-31 Yannig Marchegay <yannig@marchegay.org>
-
- * oc.po: Updated Occitan translation.
-
2007-12-26 Seán de Búrca <sdeburca@svn.gnome.org> +2007-12-31 Yannig Marchegay <yannig@marchegay.org> + + * oc.po: Updated Occitan translation. + +2007-12-26 Seán de Búrca <sdeburca@svn.gnome.org> * ga.po: Updated Irish translation. |