From d95dc70d49730d98aaade4854d6b8ee8009857a7 Mon Sep 17 00:00:00 2001 From: Tim Wagner Date: Thu, 5 Jul 2018 15:32:02 +0200 Subject: [PATCH] Fix multipart request issues for files which begin with null bytes in appserver-io/http library --- CHANGELOG.md | 10 ++++++++++ UPGRADE-1.1.9.md | 3 +++ build.default.properties | 2 +- composer.lock | 10 +++++----- 4 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 UPGRADE-1.1.9.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 67146e292..0dcda1754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Version 1.1.9 + +## Bugfixes + +* Fix multipart request issues for files which begin with null bytes in appserver-io/http library + +## Features + +* None + Version 1.1.8 ## Bugfixes diff --git a/UPGRADE-1.1.9.md b/UPGRADE-1.1.9.md new file mode 100644 index 000000000..97c662bd7 --- /dev/null +++ b/UPGRADE-1.1.9.md @@ -0,0 +1,3 @@ +# Upgrade from 1.1.7 to 1.1.8 + +Updating from 1.1.7 to 1.1.8 doesn't have any impacts. Please read the apropriate UPGRADE-1.x.x files for updates from older versions to 1.1.7. \ No newline at end of file diff --git a/build.default.properties b/build.default.properties index afc08908f..e5de7cee7 100644 --- a/build.default.properties +++ b/build.default.properties @@ -8,7 +8,7 @@ ;-------------------------------------------------------------------------------- ; ---- Module Release Settings -------------------------------------------------- -release.version = 1.1.8 +release.version = 1.1.9 release.name = Iron Knight ; ---- PHPCPD Settings ---------------------------------------------------------- diff --git a/composer.lock b/composer.lock index cbc12844b..908b4f151 100644 --- a/composer.lock +++ b/composer.lock @@ -1227,16 +1227,16 @@ }, { "name": "appserver-io/http", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/appserver-io/http.git", - "reference": "7cb99ac365c774a558b6cce637cba8155bb2c4b9" + "reference": "2bb681322496962f8b97a89fd6497ff0824d1f5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/appserver-io/http/zipball/7cb99ac365c774a558b6cce637cba8155bb2c4b9", - "reference": "7cb99ac365c774a558b6cce637cba8155bb2c4b9", + "url": "https://api.github.com/repos/appserver-io/http/zipball/2bb681322496962f8b97a89fd6497ff0824d1f5d", + "reference": "2bb681322496962f8b97a89fd6497ff0824d1f5d", "shasum": "" }, "require": { @@ -1294,7 +1294,7 @@ "protocol", "server" ], - "time": "2017-05-13T14:28:02+00:00" + "time": "2018-07-05T13:21:27+00:00" }, { "name": "appserver-io/lang",