diff --git a/libevent-1.4.2-rc.tar.bz2 b/libevent-1.4.2-rc.tar.bz2 deleted file mode 100644 index 63bd5af..0000000 --- a/libevent-1.4.2-rc.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a0fd12f9200b92c8617acc27f83d81072c117d8ef553f61b54f863ce1421085 -size 350809 diff --git a/libevent-1.4.3-stable.tar.bz2 b/libevent-1.4.3-stable.tar.bz2 new file mode 100644 index 0000000..b9ea2bf --- /dev/null +++ b/libevent-1.4.3-stable.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b481e316b491181e4feba4791f83f1ac55d2dd4cc2a229f343c773dc7271733 +size 351738 diff --git a/libevent.changes b/libevent.changes index 431e39f..ee0a0af 100644 --- a/libevent.changes +++ b/libevent.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Fri Mar 28 13:47:32 CET 2008 - meissner@suse.de diff --git a/libevent.spec b/libevent.spec index 392b2dd..4c7d7ab 100644 --- a/libevent.spec +++ b/libevent.spec @@ -1,5 +1,5 @@ # -# spec file for package libevent (Version 1.4.2) +# spec file for package libevent (Version 1.4.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,14 +14,14 @@ Name: libevent Url: http://monkey.org/~provos/libevent/ Summary: Library Providing an Event Handling API -Version: 1.4.2 +Version: 1.4.3 Release: 1 Group: Development/Libraries/C and C++ License: BSD 3-Clause BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq %insserv_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: http://monkey.org/~provos/libevent-%{version}-rc.tar.bz2 +Source: http://monkey.org/~provos/libevent-%{version}-stable.tar.bz2 Source1: libevent-1.3e-rpmlintrc %description @@ -36,7 +36,7 @@ Authors: Nils Provos %prep -%setup -q -n %name-%version-rc +%setup -q -n %name-%version-stable %build autoreconf -i -f @@ -61,6 +61,15 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man?/* %changelog +* Tue Apr 08 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 * Fri Mar 28 2008 meissner@suse.de - upgraded to version 1.4.2rc * make Solaris event subsystems more reliable; from W.C.A. Wijngaards