summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCallum McKenzie <callum@src.gnome.org>2007-09-16 03:48:28 +0000
committerCallum McKenzie <callum@src.gnome.org>2007-09-16 03:48:28 +0000
commit0d986127099d6ac3ef377fd313a3e14c8dde7f19 (patch)
treeb5f19541dc89ed1e81d7418db27f3b35324bd3a9
parent731fa7ac0ae1f5c7cc91dce1b9b6359670c804a0 (diff)
svn path=/trunk/; revision=10418
-rw-r--r--ChangeLog5
-rw-r--r--NEWS14
-rw-r--r--configure.in2
3 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0a056abb..030f062df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/NEWS b/NEWS
index 13425682c..2b9a0797d 100644
--- a/NEWS
+++ b/NEWS
@@ -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)