|
3 | 3 | Release notes
|
4 | 4 | =============
|
5 | 5 |
|
| 6 | +0.22.1 (released 2014-01-17) |
| 7 | +---------------------------- |
| 8 | + |
| 9 | +- localhost666 can resolve under certain circumstances (:commit:`2ec2279`) |
| 10 | +- test inspect.stack failure (:commit:`cc3eda3`) |
| 11 | +- Handle cases when inspect.stack() fails (:commit:`8cb44f9`) |
| 12 | +- Fix wrong checks on subclassing of deprecated classes. closes #581 (:commit:`46d98d6`) |
| 13 | +- Docs: 4-space indent for final spider example (:commit:`13846de`) |
| 14 | +- Fix HtmlParserLinkExtractor and tests after #485 merge (:commit:`368a946`) |
| 15 | +- BaseSgmlLinkExtractor: Fixed the missing space when the link has an inner tag (:commit:`b566388`) |
| 16 | +- BaseSgmlLinkExtractor: Added unit test of a link with an inner tag (:commit:`c1cb418`) |
| 17 | +- BaseSgmlLinkExtractor: Fixed unknown_endtag() so that it only set current_link=None when the end tag match the opening tag (:commit:`7e4d627`) |
| 18 | +- Fix tests for Travis-CI build (:commit:`76c7e20`) |
| 19 | +- replace unencodeable codepoints with html entities. fixes #562 and #285 (:commit:`5f87b17`) |
| 20 | +- RegexLinkExtractor: encode URL unicode value when creating Links (:commit:`d0ee545`) |
| 21 | +- Updated the tutorial crawl output with latest output. (:commit:`8da65de`) |
| 22 | +- Updated shell docs with the crawler reference and fixed the actual shell output. (:commit:`875b9ab`) |
| 23 | +- PEP8 minor edits. (:commit:`f89efaf`) |
| 24 | +- Expose current crawler in the scrapy shell. (:commit:`5349cec`) |
| 25 | +- Unused re import and PEP8 minor edits. (:commit:`387f414`) |
| 26 | +- Ignore None's values when using the ItemLoader. (:commit:`0632546`) |
| 27 | +- DOC Fixed HTTPCACHE_STORAGE typo in the default value which is now Filesystem instead Dbm. (:commit:`cde9a8c`) |
| 28 | +- show ubuntu setup instructions as literal code (:commit:`fb5c9c5`) |
| 29 | +- Update Ubuntu installation instructions (:commit:`70fb105`) |
| 30 | +- Merge pull request #550 from stray-leone/patch-1 (:commit:`6f70b6a`) |
| 31 | +- modify the version of scrapy ubuntu package (:commit:`725900d`) |
| 32 | +- fix 0.22.0 release date (:commit:`af0219a`) |
| 33 | +- fix typos in news.rst and remove (not released yet) header (:commit:`b7f58f4`) |
| 34 | + |
6 | 35 | 0.22.0 (released 2014-01-17)
|
7 | 36 | ----------------------------
|
8 | 37 |
|
|
0 commit comments