From 16a185c1a446acb0f4764162bd8cb521d93ed4e3 Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Sun, 6 Dec 2015 13:16:42 -0800 Subject: [PATCH] more of the important changes from 1.1.3 to 2.3.0, fixes #86 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04db68..7c363ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +2.3.0 +===== + +* Move things out of GitHub's private network, favor heroku. [31](https://github.com/atmos/camo/pull/31) +* Move to node 0.10.21 for security fixes. [36](https://github.com/atmos/camo/pull/36) +* Don't crash on redirection without location header. +* Whitelist content-types rather than blindly accepting `image/*`. [commit](https://github.com/atmos/camo/commit/9f9925ceb9) +* Disable keep-alive connections [70](https://github.com/atmos/camo/pull/70). +* Stop writing pid files [28](https://github.com/atmos/camo/pull/28) + 1.1.3 =====