summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-06-23 21:31:35 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-06-23 21:31:35 +0000
commit8d2fc701074644ff82b23bd1b03292aadef825b6 (patch)
treeb7deab4dcb5259abc0443ed68b10c5fcc22d5e5e
parent529da283cdce7e45f43476f85ebb4304c2663bfc (diff)
downloadgconf-GCONF_2_3_3.tar.gz
2003-06-23 Havoc Pennington <hp@redhat.com> * NEWS: update * configure.in: 2.3.3
-rw-r--r--ChangeLog6
-rw-r--r--NEWS14
-rw-r--r--configure.in2
3 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4de27afa..a5e4b608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-23 Havoc Pennington <hp@redhat.com>
+
+ * NEWS: update
+
+ * configure.in: 2.3.3
+
2003-06-22 James M. Cape <jcape@ignore-your.tv>
* gconf/gconf-database.c: Fix for GCC 3.3 warning (fixes #115722).
diff --git a/NEWS b/NEWS
index afef1f74..8c03fdec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.3.3
+===
+
+ Thanks to James Cape, Rodrigo Moya, Michael Meeks, Ross Burton,
+ Mark McLoughlin for contributions to this release.
+
+ - new gconf_client_notify() API to fake a notification
+ - fixes to gconftool --dump feature
+ - implement schema uninstallation in gconftool so packages
+ can avoid leaving junk
+ - fix build issues with linc-free ORBit
+ - new gconf_client_recursive_unset API
+ - fix gcc 3.3 strict aliasing warnings
+
2.3.2
===
diff --git a/configure.in b/configure.in
index da29069b..b6f52a9a 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(gconf/gconf.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(GConf, 2.3.2)
+AM_INIT_AUTOMAKE(GConf, 2.3.3)
AM_MAINTAINER_MODE