From ae2ff4d33a925b5c07790fa9e3c2002c81a34464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 15 May 2012 16:16:02 -0300 Subject: [PATCH] update news file with 0.14.4 release notes --- docs/news.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index dbef1657b..7b71691b5 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -27,6 +27,15 @@ Scrapyd changes: - Items are now stored on disk using feed exports, and accessible through the Scrapyd web interface - Support making Scrapyd listen into a specific IP address (see ``bind_address`` option) +0.14.4 +------ + +- added precise to supported ubuntu distros (:commit:`b7e46df`) +- fixed bug in json-rpc webservice reported in https://groups.google.com/d/topic/scrapy-users/qgVBmFybNAQ/discussion. also removed no longer supported 'run' command from extras/scrapy-ws.py (:commit:`340fbdb`) +- meta tag attributes for content-type http equiv can be in any order. #123 (:commit:`0cb68af`) +- replace "import Image" by more standard "from PIL import Image". closes #88 (:commit:`4d17048`) +- return trial status as bin/runtests.sh exit value. #118 (:commit:`b7b2e7f`) + 0.14.3 ------