diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-09-16 Callum McKenzie <callum@spooky-possum.org> + + * configure.in: + * NEWS: release 2.20.0 + 2007-09-03 Callum McKenzie <callum@spooky-possum.org> * configure.in: @@ -1,3 +1,17 @@ +Changes in GNOME-Applets 2.20.0 +================================ +Codename: "Trade Surplus" + +Changes since the 2.19.91 release: + Trashapple: + - Changed the icon to match the new default theme (Luca Ferretti). + +Translations: + ar, as, bn, eu, fr, hu, mk, pl, si, sr, zh_CN + +Documentation translations: + it + Changes in GNOME-Applets 2.19.91 ================================ Codename: "Excuses And Accusations" diff --git a/configure.in b/configure.in index 9b2d6912a..fe1392f09 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for GNOME-APPLETS *** dnl *************************************************************************** -AC_INIT(gnome-applets, 2.19.91) +AC_INIT(gnome-applets, 2.20.0) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) |