summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCallum McKenzie <callum@spooky-possum.org>2009-09-21 19:06:00 +1200
committerCallum McKenzie <callum@spooky-possum.org>2009-09-21 19:06:00 +1200
commit034c5b8967dc4d724000807a3cd7ae27c759d8da (patch)
treebe7f9d1c20dc61caf0f6d073eaa921199556bb9e
parent9d2845b2b6b8047c7fbeb38274963522f2f169c5 (diff)
Plus disabling invest-applet test permanently.
-rw-r--r--NEWS13
-rw-r--r--configure.in2
-rw-r--r--invest-applet/invest/Makefile.am8
3 files changed, 18 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 8ecb727c4..5dfe48755 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in GNOME-Applets 2.28.0
+===============================
+
+Stickynotes:
+ - Prevent crash with recent GTK+ due to .ui problems (Callum McKenzie).
+Invest Applet:
+ - Prevent loss of stock data when the update failes (Enrico Minack).
+
+Translation Updates:
+Assamese Breton, British, Chinese, Czech, Danish, German, Greek, Hungarian,
+Kannada, Lithuanian, Marathi, Oriya, Romanian, Slovenian, Swedish, Telugu,
+Ukranian
+
Changes in GNOME-Applets 2.27.92
================================
diff --git a/configure.in b/configure.in
index fbe89b143..0ee18a650 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.92)
+AC_INIT(gnome-applets, 2.28.0)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)
diff --git a/invest-applet/invest/Makefile.am b/invest-applet/invest/Makefile.am
index 12fffb6fc..239925797 100644
--- a/invest-applet/invest/Makefile.am
+++ b/invest-applet/invest/Makefile.am
@@ -16,17 +16,17 @@ invest_PYTHON = \
preferences.py
nodist_invest_PYTHON = \
defs.py
-
+
BUILT_SOURCES = \
invest-applet
-
+
CLEANFILES = \
$(BUILT_SOURCES)
-
+
DISTCLEANFILES = \
defs.py \
$(CLEANFILES)
-
+
EXTRA_DIST = \
defs.py.in \
invest-applet.py \