diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 27 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2008-02-26 Ryan Lortie <desrt@desrt.ca> + + * configure.in: + * NEWS: 2.21.92 + 2008-02-22 Olav Vitters <olav@bkor.dhs.org> * configure.in: Build breakage fix: Re-add libgweather, removed in @@ -1,5 +1,24 @@ -Changes in GNOME-Applets 2.21.4 -=============================== +Changes in GNOME-Applets 2.21.92 +================================ +Codename: "belle pour sébastien" + +Changes since the 2.21.91 release: + Trash Applet: + - move to GIO/gvfs + - considerable changes. Please watch for bugs. :) + - requires a somewhat up-to-date gvfs install to support + trash::item-count attribute on trash:/. + +Translation updates: + ja pt_BR et fi it tr kn(new) nl nb ar th be@latin eu + ca fr de ko sv it mk gl ne pt fi es pl oc fi th pl + +Docs Translations: + mixer: new Brazilian Portuguese translation (Amadeu A. Barbosa Junior) + multiload: updated Korean translation (Changwoo Ryu) + +Changes in GNOME-Applets 2.21.91 +================================ Codename: "Ablation" Changes since the 2.21.4 release: diff --git a/configure.in b/configure.in index 828b84d42..40213bc83 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.91) +AC_INIT(gnome-applets, 2.21.92) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) |