summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Vandersloot <kfv101@psu.edu>2003-05-04 15:12:28 +0000
committerKevin Vandersloot <kevinv@src.gnome.org>2003-05-04 15:12:28 +0000
commit081b24977c3e87c8d50c1a352fb1fad0da3b554f (patch)
treee9e95a676547e77b56588b15349040050ad68294
parent97bb339c948e4216337ab72c16ae1bb9088fe64a (diff)
release 2.3.2GNOME_APPLETS_2_3_2
2003-05-04 Kevin Vandersloot <kfv101@psu.edu> * configure.in, NEWS: release 2.3.2
-rw-r--r--ChangeLog4
-rw-r--r--NEWS78
-rw-r--r--configure.in2
3 files changed, 83 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 93f657b65..dfe265f45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-04 Kevin Vandersloot <kfv101@psu.edu>
+
+ * configure.in, NEWS: release 2.3.2
+
2003-04-23 Abel Cheung <maddog@linux.org.hk>
* configure.in: Added "mk" to ALL_LINGUAS.
diff --git a/NEWS b/NEWS
index 669ad45d2..dea950769 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,81 @@
+Changes in GNOME-Applets 2.3.2
+==================================
+
+Battery Monitor
+* Don't crash if certain acpi directories don't exist - bug #111089 (Manel Clos)
+* HIGify (Dennis)
+
+CDPlayer
+* HIGify (Dennis)
+
+Character Picker
+* HIGify (Dennis)
+
+Command Line
+* HIGify (Dennis)
+* Don't hardcode button sizes - bug #97656
+* Docs update (Irene Ryan)
+
+Disk Mounter
+* HIGify (Dennis)
+
+GEyes
+* Fix crash on non standard theme directories - bug #110852
+* HIGify (Dennis Cranston)
+
+Inbox Monitor
+* HIGify prefs dialog (Dennis)
+
+Keyboard Layout Switcher
+* Fix crash in prefs dialog - bug #110825
+* Set sensitivity of add/remove buttons accordingly - bug #93463
+* Don't add a keymap if user already has it in their list - bug #111023 (Rajkumar Siavasamy)
+* HIGify and fix crash (Dennis)
+* Fix issue with multiple running applets - bug #111933
+
+Modemlights
+* HIGify (Dennis)
+
+Stock Ticker
+* Update automatically when prefs change - bug #90243
+* HIGify (Dennis)
+
+System Monitor
+* Get the load average graph back - bug #107935 (rwahl at gmx de)
+* Add separate color for cached memory - bug #91971
+* Can now set the network background color - bug #102088
+* HIGify (Dennis)
+
+Sticky Notes
+* Fix colors on window buttons - bug #110852 (Loban Rahman)
+* Fix resizing - bug #111010 (Loban)
+* Fix bugs #109718, #107447 (Loban)
+* Fix compilation - bug #110112 (Loban)
+* Only show window decorations when notes are in focus (Loban)
+* HIGify (Dennis)
+
+Volume Control
+* HIGify (Dennis)
+* Popup slider on buton press and don't close on button release
+* Give error dialog when user tries to do something instead of on startup - bug #110522 (Bala)
+
+Weather Report
+* Fix saving of update interval
+* HIGify (Dennis)
+
+Wireless Link Monitor
+* HIGify (Dennis)
+* Don't read pixbufs from files on every update - bug #111893
+
+Translations
+* be.po (Belarusian team)
+* ga.po (Paul Duffy)
+* ja.po (T Aihana)
+* ko.po (Changwoo Ryu)
+* uk.po (rasta)
+* zh_TW.po (Abel Cheung)
+
+
Changes in GNOME-Applets 2.3.1
==================================
diff --git a/configure.in b/configure.in
index 5f99cf459..0921c6a40 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(drivemount/drivemount.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gnome-applets, 2.3.1)
+AM_INIT_AUTOMAKE(gnome-applets, 2.3.2)
AM_MAINTAINER_MODE