aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/http/CHANGELOG.md
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-11 18:41:34 +0000
committerMario <mario@mariovavti.com>2022-10-11 18:41:34 +0000
commit10ba98c4f5ec4efe6272516de47f0ce128ef2902 (patch)
treefbbde69114acba764cf6b735433c53e099fd19c5 /vendor/sabre/http/CHANGELOG.md
parent108a3efe0b6d37a7ed394a84c69b924ca727f17a (diff)
downloadvolse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.tar.gz
volse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.tar.bz2
volse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.zip
Revert "update composer libs"
This reverts commit 108a3efe0b6d37a7ed394a84c69b924ca727f17a.
Diffstat (limited to 'vendor/sabre/http/CHANGELOG.md')
-rw-r--r--vendor/sabre/http/CHANGELOG.md23
1 files changed, 3 insertions, 20 deletions
diff --git a/vendor/sabre/http/CHANGELOG.md b/vendor/sabre/http/CHANGELOG.md
index 2dddce4fb..4db8cc772 100644
--- a/vendor/sabre/http/CHANGELOG.md
+++ b/vendor/sabre/http/CHANGELOG.md
@@ -1,23 +1,6 @@
ChangeLog
=========
-5.1.6 (2022-07-15)
-------------------
-
-* #187 Allow testSendToGetLargeContent peak memory usage to be specified externally (@phil-davis)
-* #188 Fix various small typos and grammar (@phil-davis)
-* #189 Fix typo in text of status code 203 'Non-Authoritative Information' (@phil-davis)
-
-5.1.5 (2022-07-09)
-------------------
-
-* #184 Remove 4GB file size workaround for 32bit OS / Stream Videos on IOS (@schoetju)
-
-5.1.4 (2022-06-24)
-------------------
-
-* #182 Fix encoding detection on PHP 8.1 (@come-nc)
-
5.1.3 (2021-11-04)
------------------
@@ -89,7 +72,7 @@ ChangeLog
* #65: It's now possible to supply request/response bodies using a callback
functions. This allows very high-speed/low-memory responses to be created.
(@petrkotek).
-* Strict typing is used everywhere this is applicable.
+* Strict typing is used every where this is applicable.
* Removed `URLUtil` class. It was deprecated a long time ago, and most of
its functions moved to the `sabre/uri` package.
* Removed `Util` class. Most of its functions moved to the `functions.php`
@@ -108,7 +91,7 @@ ChangeLog
4.2.3 (2017-06-12)
------------------
-* #74, #77: Work around 4GB file size limit at 32-Bit systems
+* #74, #77: Work around 4GB file size limit at 32 Bit systems
4.2.2 (2017-01-02)
@@ -296,7 +279,7 @@ ChangeLog
* Changed: Response::send() is now Sapi::sendResponse($response).
* Changed: Request::createFromPHPRequest is now Sapi::getRequest().
* Changed: Message::getBodyAsStream and Message::getBodyAsString were added. The
- existing Message::getBody changed its behavior, so be careful.
+ existing Message::getBody changed it's behavior, so be careful.
2.0.0alpha5 (2013-11-07)