summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCallum McKenzie <callum@spooky-possum.org>2009-07-29 19:03:42 +1200
committerCallum McKenzie <callum@spooky-possum.org>2009-07-29 19:03:42 +1200
commit5cb77cdb1802bece4da47c980178d89a8a11fe77 (patch)
treed55ba9b3edebf6710cee1ede89e356454ff36f8b
parenta26d7452bc79f473ac5d72e980d8eb5902e99b2b (diff)
General: 2.27.4 release notes and version bumpGNOME_APPLETS_2_27_4
-rw-r--r--NEWS23
-rw-r--r--configure.in2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 26763dbcf..3e3ece89c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Changes in GNOME-Applets 2.27.4
+===============================
+
+General:
+ - Clean up GTK_ includes (Luis Menina).
+ - Fix the NetworkManager autoconf script (Callum McKenzie).
+Invest Applet:
+ - Allow the user to add their own labels as well as the ticker
+ symbol (Enrico Minack).
+ - Fix a crasher (Enrico Minack).
+ - Make the selction of stocks nicer (Enrico Minack).
+ - Select the newly added stock for editing (Enrico Minack).
+Stickynotes:
+ - Only save when we need to, not repeatedly (Callum McKenzie).
+Trash Applet:
+ - Move markup out of the translatable strings.
+
+Translation Updates:
+ Czech, Estonian, Finnish, French, Hebrew, Spanish, Swedish, Tamil, Ukrainian
+
+Documentation Translation Updates:
+ Czech, Finnish
+
Changes in GNOME-Applets 2.27.3
===============================
diff --git a/configure.in b/configure.in
index 551d6aa7d..38fe0df04 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.3)
+AC_INIT(gnome-applets, 2.27.4)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)