Changelog for
libmicrohttpd10-0.9.28-29.1.x86_64.rpm :
Wed Jul 24 14:00:00 2013 mvyskocilAATTsuse.com
- Update to 0.9.28
+ support for epoll-based event loops (Linux-only)
+ various new options:
- MHD_USE_DUAL_STACK for binding to IPv4 and IPv6 at the same time
- MHD_USE_PIPE_FOR_SHUTDOWN to cleanly support MHD_quiesce_daemon on
non-Linux systems
- MHD_CONNECTION_INFO_CONNECTION_FD to allow COMET applications to
disable TCP Nagle
- MHD_OPTION_CONNECTION_MEMORY_INCREMENT for better control over
buffer size allocations
+ and fixes various minor bugs
Thu Jun 6 14:00:00 2013 mvyskocilAATTsuse.com
- drop test_tls_options if build is in OBS
libmicrohttpd-drop-test_tls_options.patch
Wed Jun 5 14:00:00 2013 jengelhAATTinai.de
- More robust make install call
- Remove redundant %clean section
- Requires(pre) is useless without a %pre script
Thu May 16 14:00:00 2013 mvyskocilAATTsuse.com
- Update to 0.9.27
+ performance improvements for POST processing
+ new API call to reduce the number of select calls (if in \"external\"
select mode)
+ new function to allow applications to stop MHD from processing new
incoming connections while finishing ongoing requests
+ fixes an initialization problem on some platforms
+ fixes bug in the postprocessor\'s URL parser.
+ SSL connections are no longer dropped if the system uptime is less
than the connection timeout
+ allows creating responses with zero bytes using
MHD_create_response_from_callback.
+ few \"const\" statements have been added to allow keeping more static
strings in ROM.
+ post processor now tolerates uploads which don\'t contain \"\\r\
\" and
also returns keys which don\'t have a matching value
+ fixes the loss of a parameter in processing POST data from IE8 and
Chrome. It automatically sets a \"Connection: close\" header if the
client requests the connection to be closed. Finally, given both
\'chunked\' encoding and \'content-length\', MHD now ignores the
\'content-length\' header as per the RFC
+ adds support for building libmicrohttpd for Android
+ fixes an issue with data in TLS buffers sometimes not being completely
drained if there was no activity on the socket.
- reenabled tests and moved to %check
- add source verification using gpg
Wed Oct 3 14:00:00 2012 fcrozatAATTsuse.com
- Add copyright header to specfile.
Fri Sep 28 14:00:00 2012 fcrozatAATTsuse.com
- Update to 0.9.22:
+ Allow to configure basic and digest authentication separately
+ Fix URI argument parsing when string contained keys without
equals sign in middle of the argument.
+ Reduce default size in poft processor buffer.
- Remove --enable-client-side from configure call, it doesn\'t exist
anymore.
- Update License tag to new SPDX format.
Fri Aug 10 14:00:00 2012 bitshufflerAATTopensuse.org
- Updated to 0.9.21
Sun Feb 5 13:00:00 2012 bitshufflerAATTopensuse.org
- Updated to 0.9.19
Sun Nov 27 13:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.17
Sat Nov 12 13:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.16
Sun Oct 16 14:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.15
Sat May 21 14:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.11
Fri Apr 29 14:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.10
Wed Mar 30 14:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.9
Sat Mar 5 13:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.8
Tue Feb 15 13:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.7
Thu Jan 27 13:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.6
Sat Jan 15 13:00:00 2011 bitshufflerAATTopensuse.org
- Updated to 0.9.5
Wed Dec 29 13:00:00 2010 bitshufflerAATTopensuse.org
- Updated to 0.9.4
Wed Nov 24 13:00:00 2010 bitshufflerAATTopensuse.org
- Updated to 0.9.3
Thu Oct 21 14:00:00 2010 bitshufflerAATTopensuse.org
- Updated to 0.9.2
Mon Sep 20 14:00:00 2010 bitshufflerAATTopensuse.org
- Updated to 0.9.1
Tue Jul 27 14:00:00 2010 bitshufflerAATTopensuse.org
- Updated to 0.9.0
Mon Mar 15 13:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.4.6:
* fixes use of poll causing busy waiting
* fixes a segfault if inconsistent options were used
* fixes SSL support on big-endian architectures
* fixes an issue with error signalling for PUT/POST requests in HTTP 1.1
Tue Feb 2 13:00:00 2010 bitshufflerAATTopensuse.org
- Updated to 0.4.5.
Sun Jan 17 13:00:00 2010 bitshufflerAATTopensuse.org
- Initial RPM.