pkgsrc/net/gnet/PLIST
wiz 6ce9a0de56 Update to 2.0.8:
2.0.8
-----
* New API:
  gnet_conn_set_main_context
  gnet_conn_http_set_main_context
  gnet_inetaddr_new_async_full
  gnet_inetaddr_new_list_async_full
  gnet_inetaddr_get_name_async_full
  gnet_tcp_socket_connect_async_full
  gnet_tcp_socket_new_async_full
  gnet_tcp_socket_new_async_direct_full
  gnet_unix_socket_new_abstract
  gnet_unix_socket_server_new_abstract
  gnet_uri_parse_inplace
* GConnHttp API is no longer marked as experimental
* Fix major memory leak in GConnHttp
* gnet_init() can now safely be called
  more than once now
* Fix crash when gnet_conn_http_delete()
  is called from within the user callback.
* GConnHttp: do not emit data events for
  pages that are being redirected to a
  new location.
* GConnHttp: add gnet_conn_http_set_escaped_uri()
  (Samuel Cormier-Iijima)
* Eliminate direct pthread usage on unix
  and use GLib GThreads instead (also
  fixes problems with gdb and valgrind)
  (Andreas Rottmann)
* Dropped support for GLib-1.2
* Fix build on old systems that have
  a __ss_family member in struct
  sockaddr_storage instead of
  ss_family (Jeremy Denise)
* GConnHttp: Documentation fixes
* Fix compilation with --enable-debug
  on some 64-bit architectures like
  amd64 (Daniel Gryniewicz)
* GConnHttp: fix several timeout issues
  (Steve Morris, Tim Muller).
* GConnHttp: fix parsing of POST method
  response when there are optional headers
  after the 100-Continue response (#459895).
* Relicense source code in examples/
  directory from GPL to LGPL.
* Add 'extern "C"' guards to pack.h to
  make things work with c++ compilers
  (thanks to Adriano Winter Bess).
* New API: gnet_conn_write_direct() to
  write buffers asynchroneously without
  copying them (Jeff Garzik)
* Fix for race condition and subsequent
  crash in asynchroneous DNS lookup
  (Steve Morris, Tim Müller)
* Pass correct size parameters to bind()
  and connect() when creating unix sockets
  (Zeeshan Ali, #403197)
* New API: gnet_unix_socket_new_abstract()
  and gnet_unix_socket_server_new_abstract()
  add support for abstract unix sockets on
  systems where this is supported
  (Zeeshan Ali, #404583)
* Remove unused and pointless fork() fallback
  for asynchronous DNS lookups in cases where
  GLib has been compiled without threading
  support.  It's 2007 - I think it's in order
  to require threading to be present; even my
  wrist watch can do that.  Removs lots of
  unmaintained code and ugly #ifdefs.
(Released Feb 3, 2008)
2008-04-16 14:43:38 +00:00

59 lines
1.7 KiB
Text

@comment $NetBSD: PLIST,v 1.13 2008/04/16 14:43:38 wiz Exp $
include/gnet-2.0/base64.h
include/gnet-2.0/conn-http.h
include/gnet-2.0/conn.h
include/gnet-2.0/gnet.h
include/gnet-2.0/inetaddr.h
include/gnet-2.0/iochannel.h
include/gnet-2.0/ipv6.h
include/gnet-2.0/mcast.h
include/gnet-2.0/md5.h
include/gnet-2.0/pack.h
include/gnet-2.0/server.h
include/gnet-2.0/sha.h
include/gnet-2.0/socks.h
include/gnet-2.0/tcp.h
include/gnet-2.0/udp.h
include/gnet-2.0/unix.h
include/gnet-2.0/uri.h
lib/gnet-2.0/include/gnetconfig.h
lib/libgnet-2.0.la
lib/pkgconfig/gnet-2.0.pc
share/aclocal/gnet-2.0.m4
share/doc/gnet/gnet-base64.html
share/doc/gnet/gnet-conn-http.html
share/doc/gnet/gnet-conn.html
share/doc/gnet/gnet-developers-async.html
share/doc/gnet/gnet-developers-tips.html
share/doc/gnet/gnet-developers.html
share/doc/gnet/gnet-examples-other.html
share/doc/gnet/gnet-examples.html
share/doc/gnet/gnet-gnet.html
share/doc/gnet/gnet-inetaddr.html
share/doc/gnet/gnet-iochannel.html
share/doc/gnet/gnet-ipv6.html
share/doc/gnet/gnet-mcast.html
share/doc/gnet/gnet-md5.html
share/doc/gnet/gnet-overview.html
share/doc/gnet/gnet-pack.html
share/doc/gnet/gnet-server.html
share/doc/gnet/gnet-sha.html
share/doc/gnet/gnet-socks.html
share/doc/gnet/gnet-tcp.html
share/doc/gnet/gnet-udp.html
share/doc/gnet/gnet-unix.html
share/doc/gnet/gnet-uri.html
share/doc/gnet/gnet.devhelp
share/doc/gnet/gnet.devhelp2
share/doc/gnet/home.png
share/doc/gnet/index.html
share/doc/gnet/index.sgml
share/doc/gnet/left.png
share/doc/gnet/libgnet-reference.html
share/doc/gnet/right.png
share/doc/gnet/style.css
share/doc/gnet/up.png
@dirrm share/doc/gnet
@dirrm lib/gnet-2.0/include
@dirrm lib/gnet-2.0
@dirrm include/gnet-2.0