diff options
author | Callum McKenzie <callum@src.gnome.org> | 2007-09-16 03:48:28 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2007-09-16 03:48:28 +0000 |
commit | 0d986127099d6ac3ef377fd313a3e14c8dde7f19 (patch) | |
tree | b5f19541dc89ed1e81d7418db27f3b35324bd3a9 | |
parent | 731fa7ac0ae1f5c7cc91dce1b9b6359670c804a0 (diff) |
2.20.0GNOME_APPLETS_2_20_0
svn path=/trunk/; revision=10418
-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) |