Subject: CVS commit: pkgsrc/net/gnet
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/15/2003 12:19:19
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Apr 15 12:19:19 UTC 2003

Modified Files:
	pkgsrc/net/gnet: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/net/gnet/patches: patch-ad patch-ae
Removed Files:
	pkgsrc/net/gnet/patches: patch-aa patch-ab patch-ac

Log Message:
Update to 2.0.0.
* DNS bug fixes
* FreeBSD compile fixes and UDP send bug fix
* New functions: gnet_{udp,mcast}_socket_get_local_inetaddr
* Build improvements: library is now named libgnet-MAJOR.MINOR,
    favors GLib 2 over GLib 1.2
* New Base64 module (by Alfred Reibenschuh)
* Major documentation improvements
* Some minor API renaming in Inetaddr and TcpSocket
* IPv6 support
* Server, Conn, URI, and Unix modules are no longer "experimental"
* Header files are now in gnet-2.0
* gnet-config removed.  Use pkg-config.
* Many API changes
* gnet_server_new() changed, but the prototype is the same.  Make sure
        you are using the new version correctly.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/net/gnet/Makefile pkgsrc/net/gnet/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/net/gnet/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/net/gnet/buildlink2.mk
cvs rdiff -r1.3 -r0 pkgsrc/net/gnet/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/net/gnet/patches/patch-ab \
    pkgsrc/net/gnet/patches/patch-ac
cvs rdiff -r1.1 -r1.2 pkgsrc/net/gnet/patches/patch-ad \
    pkgsrc/net/gnet/patches/patch-ae

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