Accepting request 195764 from home:elvigia:branches:devel:libraries:c_c++

- version 0.30.0 
* drop neon-openssl-version.patch
*  API and ABI backwards-compatible with 0.27.x and later
*  ne_path_escape: fix excessive memory allocation
*  added  ne_ssl_clicert_import, ne_ssl_context_get_flag, 
  ne_set_addrlist2, added ne_addr_canonical..
* support chunked bodies with negative length passed to 
  ne_set_request_body_provider

- permanently drop neon-aes-ni.patch which is not applied
  and obsolete, bug in openSSL already fixed and the ENGINE
  loading issue addressed in a different fashion.

OBS-URL: https://build.opensuse.org/request/show/195764
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=35
This commit is contained in:
2013-08-21 07:31:25 +00:00
committed by Git OBS Bridge
parent 99645ec25b
commit aa37ad4090
6 changed files with 24 additions and 59 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 21 03:19:07 UTC 2013 - crrodriguez@opensuse.org
- version 0.30.0
* drop neon-openssl-version.patch
* API and ABI backwards-compatible with 0.27.x and later
* ne_path_escape: fix excessive memory allocation
* added ne_ssl_clicert_import, ne_ssl_context_get_flag,
ne_set_addrlist2, added ne_addr_canonical..
* support chunked bodies with negative length passed to
ne_set_request_body_provider
-------------------------------------------------------------------
Wed Aug 21 00:34:06 UTC 2013 - crrodriguez@opensuse.org
- permanently drop neon-aes-ni.patch which is not applied
and obsolete, bug in openSSL already fixed and the ENGINE
loading issue addressed in a different fashion.
-------------------------------------------------------------------
Wed Jun 6 13:45:57 CEST 2012 - meissner@suse.de