summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--NEWS23
-rw-r--r--README5
-rw-r--r--configure.in4
4 files changed, 39 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 29ac71c3..2b32a202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+
+============================= 2.18.0 ======================
+
+2007-03-02 Ray Strode <rstrode@redhat.com>
+
+ * configure.in: bump release number
+
+ * NEWS: update for release
+
+ * README: remove mention of popt and
+ add mention of evoldap and older libxml backend
+
2007-03-02 Christian Persch <chpe@svn.gnome.org>
* gconf/gconf.c: (utf8_make_valid), (gconf_key_check),
diff --git a/NEWS b/NEWS
index 39ce2306..a3cfa254 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+2.18.0
+======
+
+ Misc
+ - Make sure error strings are utf-8 (Christian Persch)
+ - don't include xml-entry.h twice (Kjartan Maraas)
+ - fix leak in gconf meta info code (Richard Hult, Ray Strode)
+ - remove more popt gunk (Chris Wilson, Ray)
+ - when installing a batch of schema files, don't abort
+ the entire transaction if one fails (Laszlo Peter)
+ - don't close already closed file descriptors if fdwalk()
+ is available (Padraig O'Briain)
+ - use g_file_test instead of gconf_file_test or
+ gconf_file_exists (Paolo Borelli)
+ - remove dead code found from coverity scan (Paolo Borelli)
+ - retain file permissions on gconf database files when
+ syncing a tree to disk (Narayana Pattipati)
+ - Add g_return_val_if_fail checks on type inputs for
+ gconf_value_new_from_string (Kjartan Maraas, Ray)
+
+ Translators
+ - Gintautas Miliauskas (lt)
+
2.16.1
======
diff --git a/README b/README
index 853c2702..51a469aa 100644
--- a/README
+++ b/README
@@ -3,9 +3,8 @@ Windows registry but lots better. :-) It's being written for the GNOME
desktop but does not require GNOME; configure should notice if GNOME
is not installed and compile the basic GConf library anyway.
-GConf does require glib, ORBit, libxml, and the popt option parsing
-library. libxml will be optional in the future if someone writes another
-storage backend. (Update: one is written but not enabled by default yet.)
+GConf does require glib and ORBit. It has optional ldap and xml backends
+that require openldap and libxml respectively.
For information, see:
http://www.gnome.org/projects/gconf/
diff --git a/configure.in b/configure.in
index b29fd42b..d780c336 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.16.2)
+AM_INIT_AUTOMAKE(GConf, 2.18.0)
AM_MAINTAINER_MODE
@@ -78,7 +78,7 @@ GCONF_CURRENT=5
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-GCONF_REVISION=0
+GCONF_REVISION=1
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been removed. removal has