From f18c3e5ce5a7ac58f9de1407e4aa1f10430fffc8 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 18 Aug 2016 16:18:08 +0200 Subject: [PATCH] Add release notes for 1.1.2 version --- docs/news.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 82b59d5a8..5395db8e3 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,20 @@ Release notes ============= +1.1.2 (2016-08-18) +------------------ + +Bug fixes +~~~~~~~~~ + +- Introduce a missing :setting:`IMAGES_STORE_S3_ACL` setting to override + the default ACL policy in ``ImagesPipeline`` when uploading images to S3 + (note that default ACL policy is "private" -- instead of "public-read" -- + since Scrapy 1.1.0) +- :setting:`IMAGES_EXPIRES` default value set back to 90 + (the regression was introduced in 1.1.1) + + 1.1.1 (2016-07-13) ------------------