diff --git a/libmicrohttpd-0.9.64.tar.gz b/libmicrohttpd-0.9.64.tar.gz deleted file mode 100644 index 46dd91c..0000000 --- a/libmicrohttpd-0.9.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e792d8ed5990823a0baadea0adf94365999e702f6f1314ef9c555018dafc350e -size 1631384 diff --git a/libmicrohttpd-0.9.64.tar.gz.sig b/libmicrohttpd-0.9.64.tar.gz.sig deleted file mode 100644 index 507491a..0000000 Binary files a/libmicrohttpd-0.9.64.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.65.tar.gz b/libmicrohttpd-0.9.65.tar.gz new file mode 100644 index 0000000..3cda31c --- /dev/null +++ b/libmicrohttpd-0.9.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2467959c5dd5f7fdf8da8d260286e7be914d18c99b898e22a70dafd2237b3c9 +size 1633346 diff --git a/libmicrohttpd-0.9.65.tar.gz.sig b/libmicrohttpd-0.9.65.tar.gz.sig new file mode 100644 index 0000000..353dc31 Binary files /dev/null and b/libmicrohttpd-0.9.65.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index 5412d33..1e1b6ba 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 6 11:02:36 UTC 2019 - Martin Hauke + +- Update to versin 0.9.65: + * Many fixes and improvements for connection-specific memory pool + * Better handled connection's memory shortage situations: + + error response could be sent to client even if all buffer + space was used; + + if buffer space become low when receiving, do not allocate + last buffer space and use small receive blocks instead. + * Improved sending speed by using all available buffer space for + sending. + ------------------------------------------------------------------- Mon Jun 10 14:06:44 UTC 2019 - Martin Hauke diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 4ebc3d1..2b6274c 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -20,7 +20,7 @@ %global sover 12 %global libname %{name}%{sover} Name: libmicrohttpd -Version: 0.9.64 +Version: 0.9.65 Release: 0 Summary: Small Embeddable HTTP Server Library # Some internal tests are licenced as GPL-3.0+ - they are only used in