pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libevent



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 22 17:16:54 UTC 2008

Modified Files:
        pkgsrc/devel/libevent: Makefile PLIST buildlink3.mk builtin.mk distinfo
        pkgsrc/devel/libevent/patches: patch-aa patch-ac
Removed Files:
        pkgsrc/devel/libevent/patches: patch-ae

Log Message:
Update to libevent-1.4.3.
1.4.3-stable:
1.4.2-rc:
* make Solaris event subsystems more reliable; from W.C.A. Wijngaards
* event_base_get_method(); from Springande Ulv
* fix HTTP/1.1 chunk formatting; from "propanbutan"
* allow 64-bit content lengths; from Scott Lamb
* and more...
1.4.1-beta:
* fixed some memory leaks and other misc cleanup; from Christopher Layne,
  Scott Lamb and Charles Kerr
* introduced event_reinit to deal with fork()
* improved efficiency of generated RPC structure
* performance improvements to Win32 backend
* and many more...
1.4.0-beta:
* a new RPC subsytem for writing distributed clients and servers
* almost everything is documented via Doxygen now
* many fixes and improvements to evdns and evhttp
* libevent now builds two additional libraries: libevent_core (containing only
  the event core) and libevent_extras (contained evdns, evhttp and evrpc)
* performance improvements due to using a heap instead of red-black trees for
  timeouts
* Solaris' event ports are better supported
1.3e:
* Fix compilation on Solaris; from Magne Mahre
* Add a "Date" header to HTTP responses when it's missing, as required by
  HTTP 1.1. Original Patch from Ralph Moritz.
* Fix a memory leak in which failed HTTP connections whould not free the
  request object.
* Fix a memory leak in the DNS server.
* Handle NULL timeouts correctly on Solaris; from Trond Norbye
* Recalculate pending events properly when reallocating event array on
  Solaris; from Trond Norbye


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/devel/libevent/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/libevent/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/libevent/buildlink3.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/libevent/builtin.mk
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/libevent/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/libevent/patches/patch-aa \
    pkgsrc/devel/libevent/patches/patch-ac
cvs rdiff -r1.1 -r0 pkgsrc/devel/libevent/patches/patch-ae

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



Home | Main Index | Thread Index | Old Index