neon/neon.changes

224 lines
8.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Sep 25 11:52:53 CEST 2007 - prusnak@suse.cz
- update do 0.27.1
* New interfaces:
- ne_session.h: ne_fill_proxy_uri() retrieves configured proxy,
ne_hook_post_headers() adds a hook after response headers are read,
ne_set_connect_timeout() sets session connection timeout,
NE_SESSFLAG_RFC4918, NE_SESSFLAG_CONNAUTH flags added
- ne_socket.h: ne_sock_connect_timeout() sets connection timeout,
ne_iaddr_reverse() performs reverse DNS lookup
- ne_string.h: ne_buffer_snprintf() prints to a buffer object
- ne_xml.h: ne_xml_resolve_nspace() resolves namespace prefixes
* Interface changes:
- ne_set_notifier() replaces ne_set_status(); finer-grained and type-safe
connection status information now provided; obsoletes ne_set_progress()
- ne_xml_dispatch_request() now only invokes the XML parser for
response entities with an XML content-type, following RFC 3023 rules
- ne_acl_set() now takes a "const" entries array
- LFS compatibility functions *64 removed: all functions taking an
off_t now take an ne_off_t which is off64_t for LFS builds
* GnuTLS support now mostly feature-complete with OpenSSL support:
- greatly improved SSL distinguished name handling with GnuTLS >= 1.7.8
* Other changes:
- descriptive error messages for authentication failures
- SSPI support uses canonical DNS server name (Yves Martin)
- fixes for handling of "stale" parameter in Digest authentication
- added support for URIs in SSL server certificate subjectAltName field
- fix compiler warnings with expat 2.x
- fix handling of "Transfer-Encoding: identity" responses from privoxy
* Fix regression in response progress counter for notifier/progress callbacks
* Fix interface description for ne_set_notifier() callback; sr.total
is set to -1 not 0 for an indeterminate response length
-------------------------------------------------------------------
Tue Jul 17 10:43:17 CEST 2007 - prusnak@suse.cz
- update to 0.26.4
* Fix Negotiate Authentication-Info response header verification with GSSAPI
* Fix multiple handlers with ne_add_{server,proxy}_auth (Werner Baumann)
* Fix SSPI build with some versions of MinGW (Gisle Vanem)
* Fix for SSPI segfault in response header verification (Mike DiCuccio)
* Fix error strings for CONNECT SSL proxy tunnel request failure
* Fix install-nls for VPATH builds (Hans Meine)
* Fix use of unencrypted client certs with GnuTLS
* Fix ne_lock* If: header insertion to use CRLF-terminated headers
* Fix test suite failures on QNX by working around send() length limit
* Fix handling of POSIX strerror_r failure case in ne_strerror
* Fix alignment issues in test suite MD5 code
-------------------------------------------------------------------
Fri Apr 27 23:14:39 CEST 2007 - dmueller@suse.de
- fix buildrequires
-------------------------------------------------------------------
Tue Apr 17 19:00:40 CEST 2007 - prusnak@suse.cz
- updated spec file to reflect expat package split
-------------------------------------------------------------------
Sat Mar 31 18:41:15 CEST 2007 - rguenther@suse.de
- add zlib-devel BuildRequires
-------------------------------------------------------------------
Wed Jan 24 13:56:36 CET 2007 - prusnak@suse.cz
- update to 0.26.3
* build fix for platforms without libintl.h
* use Libs.private in neon.pc for newer versions of pkg-config
* fix error reported for LOCK responses lacking a Lock-Token header
* security fix CVE-2007-0157: fix buffer under-read in URI parser
* fix handling of "nextnonce" parameter in Digest authentication
- drop obsoleted patch from Jan 15 (included in update)
-------------------------------------------------------------------
Mon Jan 15 14:53:06 CET 2007 - olh@suse.de
- do not cast char pointers into int pointers (CVE-2007-0157 / #235083)
-------------------------------------------------------------------
Thu Jul 20 20:30:40 CEST 2006 - olh@suse.de
- update to 0.26.1
new API
- neon-devel requires openssl-devel zlib-devel expat
-------------------------------------------------------------------
Wed Jan 25 21:38:35 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Jun 29 21:27:13 CEST 2005 - olh@suse.de
- build with expat instead of libxml2, should speed up svn checkout
of large files (#94606)
-------------------------------------------------------------------
Wed Feb 2 16:32:10 CET 2005 - meissner@suse.de
- fix build with gcc4, added 2 sentinel mark ups.
-------------------------------------------------------------------
Sun Oct 17 11:50:41 CEST 2004 - olh@suse.de
- remove .so link from main package, its already in -devel
-------------------------------------------------------------------
Sat Sep 25 11:35:07 CEST 2004 - olh@suse.de
- update for gcc4, -Wimplicit-prototypes and inline
-------------------------------------------------------------------
Tue Jul 6 08:20:45 CEST 2004 - olh@suse.de
- update to 0.24.7
-------------------------------------------------------------------
Sun May 9 17:39:21 CEST 2004 - olh@suse.de
- add neon-CAN-2004-0398.patch (#39774)
-------------------------------------------------------------------
Thu Apr 1 13:18:41 CEST 2004 - olh@suse.de
- add CAN-2004-0179.diff (#37716)
-------------------------------------------------------------------
Thu Jan 22 18:41:36 CET 2004 - olh@suse.de
- update for gcc3.4, -Wimplicit-prototypes and inline
-------------------------------------------------------------------
Sat Jan 10 19:16:34 CET 2004 - adrian@suse.de
- add %defattr and %run_ldconfig
-------------------------------------------------------------------
Fri Nov 28 13:12:25 CET 2003 - mcihar@suse.cz
- updated to 0.24.4, some highlights:
* Major changes to XML interface
* Major changes to SSL interface
* Add a pkg-config file
* Tons of fixes
-------------------------------------------------------------------
Wed Apr 23 23:37:16 CEST 2003 - olh@suse.de
- update to 0.23.9
Changes in release 0.23.9:
* neon-config exports includes needed for OpenSSL given by
pkg-config.
* ne_redirect_location will return NULL if redirect hooks have
not been registered for the session (Ralf Mattes <rm@fabula.de>).
Changes in release 0.23.8:
* On Linux, skip slow lookup for IPv6 addresses when IPv6 support
is not loaded in kernel (thanks to Daniel Stenberg for this
technique).
* Update to autoconf 2.57 and libtool 1.4.3.
-------------------------------------------------------------------
Sat Mar 1 09:37:43 CET 2003 - olh@suse.de
- apply security fix from 0.23.8
* SECURITY: Prevent control characters from being included in the
reason_phrase field filled in by ne_parse_statusline(), and in
the session error string.
* Fix digest auth response verification for >9 responses in session
(bug manifests as "Server was not authenticated correctly" error).
-------------------------------------------------------------------
Tue Jan 28 10:20:13 CET 2003 - olh@suse.de
- update to 0.23.7
Changes in release 0.23.7:
* Fix for handling EINTR during write() call (Sergey N Ushakov).
* When available, use pkg-config to determine compiler flags
needed to use OpenSSL headers and libraries.
-------------------------------------------------------------------
Tue Jan 21 12:55:54 CET 2003 - olh@suse.de
- update to 0.23.6
-------------------------------------------------------------------
Sat Oct 12 13:18:20 CEST 2002 - olh@suse.de
- update to 0.23.5
move interface documentation to -devel
-------------------------------------------------------------------
Thu Sep 19 13:47:05 CEST 2002 - olh@suse.de
- update to 0.23.4, enable build with -g
-------------------------------------------------------------------
Sat Aug 31 13:01:58 CEST 2002 - poeml@suse.de
- update to 0.22.0, needed by subversion
-------------------------------------------------------------------
Fri Aug 9 19:27:15 CEST 2002 - olh@suse.de
- devel requires base package
-------------------------------------------------------------------
Fri Jul 26 23:18:22 CEST 2002 - adrian@suse.de
- fix neededforbuild
-------------------------------------------------------------------
Sun Jun 23 16:15:37 CEST 2002 - olh@suse.de
- update to 0.21.3
-------------------------------------------------------------------
Sat May 4 12:57:56 CEST 2002 - olh@suse.de
- initial SuSE package, version 0.20.0