summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Minack <enrico-minack@gmx.de>2010-07-11 22:04:32 +0200
committerEnrico Minack <enrico-minack@gmx.de>2010-07-11 22:04:32 +0200
commit8c0c6b8a09f102a4b7f7be1db7771125c8888927 (patch)
treeb963da5f231db5074c2a9a84575946c18608376c
parent66d73cb83a59323984930fb775d6d77c537629da (diff)
[release] 2.31.5
-rw-r--r--NEWS27
-rw-r--r--configure.in2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 007be54c9..bccfc8d7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Changes in GNOME-Applets 2.31.5
+===============================
+
+General:
+ - Compiles with -DGSEAL_ENABLE, bump GTK+ to 2.20
+ fixes bug 612473 (Andre Klapper).
+
+Invest applet: (Enrico Minack)
+ - Do not use deprecated libgnome library, fixes bug 597842.
+ - Improves visibility of numbers in selected row, fixes bug 508419.
+ - Fractional cent prices are shown in preferences, fixes bug 593435.
+ - Parse and format numbers using user's locale, fixes bug 608059.
+ - Does not crash when gconfd is not available, fixes bug 615662.
+ - Full currency support added, fixes bug 339127 and 609547.
+ - Help file seriesid clash fixed, see bug 599728.
+
+Multiload:
+ - Update the multiload tooltip periodically, see bug 617992 (Max Ulidtko).
+
+Translation Updates:
+ Armenian, Catalan, Crimean Tatar/Turkish, Esperanto, Estonian, Galician,
+ Greek, Hebrew, Indonesian, Kannada, Latvian, Occitan, Oriya, Shavian,
+ Slovenian, Spanish, Thai, Uighur
+
+Documentation Translation Updates:
+ Danish, Galician, Finnish
+
Changes in GNOME-Applets 2.30.0
===============================
diff --git a/configure.in b/configure.in
index 030a31c97..8f7cd4a00 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for GNOME-APPLETS ***
dnl ***************************************************************************
-AC_INIT(gnome-applets, 2.30.1)
+AC_INIT(gnome-applets, 2.31.5)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)