Subject: CVS commit: pkgsrc/devel/GConf2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/14/2003 19:44:38
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Dec 14 19:44:38 UTC 2003

Modified Files:
	pkgsrc/devel/GConf2: Makefile Makefile.common PLIST buildlink2.mk
	    distinfo
	pkgsrc/devel/GConf2/files: deinstall.tmpl
	pkgsrc/devel/GConf2/patches: patch-aa patch-ac
Removed Files:
	pkgsrc/devel/GConf2/patches: patch-ae

Log Message:
Update to 2.4.0.1, from PR pkg/23697 by Min Sik Kim.

2.4.0
 - print usage message when no options passed to gconftool
 - API docs updates
 - fix UTF-8 handling for command line output
 - fix reliability of writing out XML
 - ensure recursive unsets get synced
 - fix flag value that was "0"
 - fix recursive preloading
 - fix a memleak
 - fix some gconftool messages/segfaults

2.3.3
 - 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
 - fix build on Cygwin
 - don't complain about missing saved_state in syslog
 - improve gconf-sanity-check error text
 - added --get-type, --get-list-size and --get-list-element
 - exported gconf_entry_copy
 - cleaned up headers for C++
 - added missing GCONF_CLIENT_GET_CLASS
 - hackaround fix for 2.3.1 lockfile breakage


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/devel/GConf2/Makefile \
    pkgsrc/devel/GConf2/buildlink2.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/GConf2/Makefile.common
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/GConf2/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/GConf2/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/GConf2/files/deinstall.tmpl
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/GConf2/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/GConf2/patches/patch-ac
cvs rdiff -r1.1 -r0 pkgsrc/devel/GConf2/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.