Changelog for
libevent-devel-1.4.3-5.1.x86_64.rpm :
Tue Apr 8 14:00:00 2008 meissnerAATTsuse.de
- upgraded to version 1.4.3stable
* include Content-Length in reply for HTTP/1.0 requests with keep-alive
* Patch from Tani Hosokawa: make some functions in http.c threadsafe.
* Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigmatulin
* make event_rpcgen.py generate code include event-config.h; reported by Sam Banks.
* make event methods static so that they are not exported; from Andrei Nigmatulin
* make RPC replies use application/octet-stream as mime type
* do not delete uninitialized timeout event in evdns
Fri Mar 28 13:00:00 2008 meissnerAATTsuse.de
- upgraded to version 1.4.2rc
* 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...
- upgraded to version 1.4.1beta
* 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...
- upgraded to version 1.4.0beta
* 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
Thu Dec 27 13:00:00 2007 crrodriguezAATTsuse.de
- fix library-without-ldconfig-
* errors
- version 1.3e
* 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
Mon Mar 5 13:00:00 2007 meissnerAATTsuse.de
- upgraded to 1.3b:
+ signals now useable in multithreaded apps.
Tue Feb 20 13:00:00 2007 meissnerAATTsuse.de
- Updated to 1.3a.
+ Small bug and performances fixes to evhttp layer.
+ DNS Server from Adam Langley and Nick Mathewson
+ Chunked transfer encoding for HTTP/1.1 from Dug Song.
+ DNS DDoS fix; bug report from Jon Oberheide.
+ Various small improvements.
Sun Nov 12 13:00:00 2006 lmuelleAATTsuse.de
- Update to version 1.2.
+ Support for non-blocking DNS resolution.
+ Support for lightweight HTTP clients and servers.
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Mon May 30 14:00:00 2005 okirAATTsuse.de
- Initial packaging