2008-07-08 21:38:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 3 11:57:22 CEST 2008 - meissner@suse.de
|
|
|
|
|
|
|
|
- upgraded to version 1.4.5-stable:
|
|
|
|
o Fix connection keep-alive behavior for HTTP/1.0
|
|
|
|
o Fix use of freed memory in event_reinit; pointed out by Peter Postma
|
|
|
|
o Constify struct timeval * where possible; pointed out by Forest
|
|
|
|
Wilkinson
|
|
|
|
o allow min_heap_erase to be called on removed members; from liusifan.
|
|
|
|
o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain
|
|
|
|
INPUT/OUTPUT aliases on on-win32 platforms for backwards compatibility.
|
|
|
|
o Do not use SO_REUSEADDR when connecting
|
|
|
|
o Fix Windows build
|
|
|
|
o Fix a bug in event_rpcgen when generated fixed-sized entries
|
|
|
|
|
|
|
|
- upgraded to version 1.4.4-stable:
|
|
|
|
o Correct the documentation on buffer printf functions.
|
|
|
|
o Don't warn on unimplemented epoll_create(): this isn't a problem,
|
|
|
|
just a reason to fall back to poll or select.
|
|
|
|
o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c.
|
|
|
|
This is probably a kernel defect, but we'll have to support old kernels
|
|
|
|
anyway even if it gets fixed.
|
|
|
|
o Fix a potential stack corruption bug in tagging on 64-bit CPUs.
|
|
|
|
o expose bufferevent_setwatermark via header files and fix high watermark
|
|
|
|
on read
|
|
|
|
o fix a bug in bufferevent read water marks and add a test for them
|
|
|
|
o introduce bufferevent_setcb and bufferevent_setfd to allow better
|
|
|
|
manipulation of bufferevents
|
|
|
|
o use libevent's internal timercmp on all platforms, to avoid bugs on
|
|
|
|
old platforms where timercmp(a,b,<=) is buggy.
|
|
|
|
o reduce system calls for getting current time by caching it.
|
|
|
|
o fix evhttp_bind_socket() so that multiple sockets can be bound by
|
|
|
|
the same http server.
|
|
|
|
o Build test directory correctly with CPPFLAGS set.
|
|
|
|
o Fix build under Visual C++ 2005.
|
|
|
|
o Expose evhttp_accept_socket() API.
|
|
|
|
o Merge windows gettimeofday() replacement into a new
|
|
|
|
evutil_gettimeofday() function.
|
|
|
|
o Fix autoconf script behavior on IRIX.
|
|
|
|
o Make sure winsock2.h include always comes before windows.h include.
|
|
|
|
|
2008-04-09 00:16:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 8 09:04:44 CEST 2008 - meissner@suse.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
|
|
|
|
|
2008-03-28 16:56:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 28 13:47:32 CET 2008 - meissner@suse.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
|
|
|
|
|
2007-12-31 22:26:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 27 06:09:22 CET 2007 - crrodriguez@suse.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
|
|
|
|
|
2007-03-05 15:26:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 5 14:00:29 CET 2007 - meissner@suse.de
|
|
|
|
|
|
|
|
- upgraded to 1.3b:
|
|
|
|
+ signals now useable in multithreaded apps.
|
|
|
|
|
2007-02-25 23:27:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 20 13:17:44 CET 2007 - meissner@suse.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.
|
|
|
|
|
2007-01-16 00:21:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 12 19:04:24 CET 2006 - lmuelle@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.2.
|
|
|
|
+ Support for non-blocking DNS resolution.
|
|
|
|
+ Support for lightweight HTTP clients and servers.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:37:27 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 30 12:05:26 CEST 2005 - okir@suse.de
|
|
|
|
|
|
|
|
- Initial packaging
|
|
|
|
|