diff --git a/cpprest.changes b/cpprest.changes index c35ba24..419162b 100644 --- a/cpprest.changes +++ b/cpprest.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Apr 27 18:43:50 UTC 2019 - Andreas Stieger + +- update to 2.10.13: + * fixes related to date and time handling +- includes changes in 2.10.12: + * Fix race conditions + * Fix oauth nonces containing nulls + * Rewrite date formatting and parsing +- includes changes in 2.10.11: + * Fix HTTP/1.0 'Keep-Alive' handling in http_client + * developer visible changes +- includes changes in 2.10.10: + * Handle multi-byte unicode characters in json parsing +- includes changes in 2.10.9: + * Prevent infinite loop during proxy authentication + * handle null bytes when parsing utf8 + * compiler fixes and developer visible fixes + ------------------------------------------------------------------- Sun Jan 20 09:24:04 UTC 2019 - antoine.belvire@opensuse.org diff --git a/cpprest.spec b/cpprest.spec index 904ef4c..d515072 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -19,7 +19,7 @@ %define major 2 %define minor 10 Name: cpprest -Version: 2.10.8 +Version: 2.10.13 Release: 0 Summary: C++ REST library # main: MIT (license.txt) diff --git a/cpprestsdk-2.10.13.tar.gz b/cpprestsdk-2.10.13.tar.gz new file mode 100644 index 0000000..59297a3 --- /dev/null +++ b/cpprestsdk-2.10.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7578881a23edf028943f81546614fc1ba4c2e22d348b4f49ab689e1d91a63cd5 +size 1761004 diff --git a/cpprestsdk-2.10.8.tar.gz b/cpprestsdk-2.10.8.tar.gz deleted file mode 100644 index 1f30e99..0000000 --- a/cpprestsdk-2.10.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd79d34b3fad4622ff58480f57ecdf374061c5bdbd83e317019422575c820443 -size 1750353