2013-10-03 15:36:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 3 12:59:19 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- Update to 0.9.30
|
|
|
|
+ implements the "SHOULD" clause of RFC 2616 section 8.1.4, which
|
|
|
|
may reduce bandwidth consumption when clients cancel requests.
|
|
|
|
+ fixes build errors with various combinations of operating systems,
|
|
|
|
libc versions, and configure flags.
|
|
|
|
+ fixes a use-after-free crash when using epoll() in combination with
|
|
|
|
read errors
|
|
|
|
0.9.29:
|
|
|
|
+ epoll can now also be used with SSL connections
|
|
|
|
+ following recent HTTP/1.1 clarfications, MHD no longer send
|
|
|
|
a "Content-length" header in CONNECT responses.
|
|
|
|
+ the "MHD_add_connection" call now consistently sets an "errno"
|
|
|
|
value to indicate the cause of errors.
|
|
|
|
Connections added this way are now always processed immediately.
|
|
|
|
+ fixes a recently-introduced bug which prevented HTTP pipelining
|
|
|
|
from working properly in some cases and a build error in
|
|
|
|
conjunction with the "--disable-messages" configure option.
|
|
|
|
- Enable build of (experimental) SPDY support.
|
|
|
|
|
2013-07-24 12:23:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 24 10:18:44 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
2013-07-24 12:23:19 +02:00
|
|
|
- Update to 0.9.28
|
2013-07-24 12:23:00 +02:00
|
|
|
+ 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
|
|
|
|
|
2013-06-06 10:16:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 6 08:15:30 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- drop test_tls_options if build is in OBS
|
|
|
|
libmicrohttpd-drop-test_tls_options.patch
|
|
|
|
|
2013-06-06 08:50:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 5 16:42:38 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- More robust make install call
|
|
|
|
- Remove redundant %clean section
|
|
|
|
- Requires(pre) is useless without a %pre script
|
|
|
|
|
2013-05-16 09:49:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 16 07:42:59 UTC 2013 - mvyskocil@suse.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\n" 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
|
|
|
|
|
2012-10-03 11:47:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 3 11:33:35 CEST 2012 - fcrozat@suse.com
|
|
|
|
|
|
|
|
- Add copyright header to specfile.
|
|
|
|
|
2012-01-31 17:08:13 +01:00
|
|
|
-------------------------------------------------------------------
|
2012-09-28 16:12:37 +02:00
|
|
|
Fri Sep 28 09:57:40 UTC 2012 - fcrozat@suse.com
|
2012-01-31 17:08:13 +01:00
|
|
|
|
2012-09-28 16:12:37 +02:00
|
|
|
- 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 21:48:48 UTC 2012 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.21
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 5 13:02:18 UTC 2012 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.19
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 27 13:23:42 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.17
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 12 20:37:00 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.16
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 16 11:37:43 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.15
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 21 12:31:02 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.11
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 29 18:06:18 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.10
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 30 16:50:42 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.9
|
2012-01-31 17:08:13 +01:00
|
|
|
|
2011-03-06 20:53:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 5 21:38:11 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.8
|
|
|
|
|
2011-02-16 11:38:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 15 16:54:35 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.7
|
|
|
|
|
2011-02-09 18:23:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 27 02:33:32 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.6
|
|
|
|
|
2011-01-16 02:03:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 15 15:02:29 UTC 2011 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.5
|
|
|
|
|
2011-01-07 15:35:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 29 15:15:48 UTC 2010 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.4
|
|
|
|
|
2010-11-29 16:31:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 24 16:02:15 UTC 2010 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.3
|
|
|
|
|
2010-10-22 16:35:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 21 13:21:06 UTC 2010 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 20 17:17:03 UTC 2010 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.1
|
|
|
|
|
2010-07-27 15:56:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 27 07:26:27 UTC 2010 - bitshuffler@opensuse.org
|
|
|
|
|
|
|
|
- Updated to 0.9.0
|
|
|
|
|
2010-03-15 09:57:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 15 08:35:12 UTC 2010 - pascal.bleser@opensuse.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
|
|
|
|
|
2010-02-20 18:30:23 +01:00
|
|
|
-------------------------------------------------------------------
|
2010-07-27 15:56:42 +02:00
|
|
|
Tue Feb 2 13:10:52 UTC 2010 - bitshuffler@opensuse.org
|
2010-02-20 18:30:23 +01:00
|
|
|
|
|
|
|
- Updated to 0.4.5.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-07-27 15:56:42 +02:00
|
|
|
Sun Jan 17 19:52:07 UTC 2010 - bitshuffler@opensuse.org
|
2010-02-20 18:30:23 +01:00
|
|
|
|
|
|
|
- Initial RPM.
|
|
|
|
|