diff options
author | Callum McKenzie <callum@spooky-possum.org> | 2009-08-25 21:21:51 +1200 |
---|---|---|
committer | Callum McKenzie <callum@spooky-possum.org> | 2009-08-25 21:21:51 +1200 |
commit | a5b0837cc14072f28ede3e90ab0f829231fc3802 (patch) | |
tree | 129e258f52b01130bd88fb6ebceb0b7d1dec9499 | |
parent | 5834bebe8f2ad0aa24951db6398f1f7d746a5bff (diff) |
GNOME 2.27.91GNOME_APPLETS_2_27_91
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +Changes in GNOME-Applets 2.27.91 +================================ + +CPU Frequency Applet: + - Port to PolicyKit 1.0. +Invest-Applet: + - Remover the 3 year chart in favour of a 5 year one which + actually works (Enrico Minack). +Mini-Commander: + - Catch gconf errors during install (Callum McKenzie). + +Translation Updates: + Arabic, Brazialian Portugese, Breton, Bulgarian, Catalan, Czech, + Estonian, Finnish, Galician, German, Hindi, Irish, Italian, Korean, + Norwegian, Oriya, Spanish, Swedish, Thai + + Changes in GNOME-Applets 2.27.4 =============================== diff --git a/configure.in b/configure.in index 5bff36a31..7dba679e4 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for GNOME-APPLETS *** dnl *************************************************************************** -AC_INIT(gnome-applets, 2.27.4) +AC_INIT(gnome-applets, 2.27.91) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) |