diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-15 12:19:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-15 12:19:17 +0000 |
commit | 5217c05abb5535101987830521c70899a2df2df7 (patch) | |
tree | d06ceadaa04729dedce00572e3b19df65044b783 /net/gnet/Makefile | |
parent | 88634e6f47b2d7c0371d712e4683465498dd2b8e (diff) | |
download | pkgsrc-5217c05abb5535101987830521c70899a2df2df7.tar.gz |
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.
Diffstat (limited to 'net/gnet/Makefile')
-rw-r--r-- | net/gnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnet/Makefile b/net/gnet/Makefile index b0ae4a8e106..1b8074038b4 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/03/04 14:03:04 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/04/15 12:19:17 wiz Exp $ # -DISTNAME= gnet-1.1.8 +DISTNAME= gnet-2.0.0 CATEGORIES= net MASTER_SITES= http://www.gnetlibrary.org/src/ |