|
3 | 3 | Release notes
|
4 | 4 | =============
|
5 | 5 |
|
| 6 | +1.0.4 (2015-12-30) |
| 7 | +------------------ |
| 8 | + |
| 9 | +- Ignoring xlib/tx folder, depending on Twisted version. (:commit:`7dfa979`) |
| 10 | +- Run on new travis-ci infra (:commit:`6e42f0b`) |
| 11 | +- Spelling fixes (:commit:`823a1cc`) |
| 12 | +- escape nodename in xmliter regex (:commit:`da3c155`) |
| 13 | +- test xml nodename with dots (:commit:`4418fc3`) |
| 14 | +- TST don't use broken Pillow version in tests (:commit:`a55078c`) |
| 15 | +- disable log on version command. closes #1426 (:commit:`86fc330`) |
| 16 | +- disable log on startproject command (:commit:`db4c9fe`) |
| 17 | +- Add PyPI download stats badge (:commit:`df2b944`) |
| 18 | +- don't run tests twice on Travis if a PR is made from a scrapy/scrapy branch (:commit:`a83ab41`) |
| 19 | +- Add Python 3 porting status badge to the README (:commit:`73ac80d`) |
| 20 | +- fixed RFPDupeFilter persistence (:commit:`97d080e`) |
| 21 | +- TST a test to show that dupefilter persistence is not working (:commit:`97f2fb3`) |
| 22 | +- explicit close file on file:// scheme handler (:commit:`d9b4850`) |
| 23 | +- Disable dupefilter in shell (:commit:`c0d0734`) |
| 24 | +- DOC: Add captions to toctrees which appear in sidebar (:commit:`aa239ad`) |
| 25 | +- DOC Removed pywin32 from install instructions as it's already declared as dependency. (:commit:`10eb400`) |
| 26 | +- Added installation notes about using Conda for Windows and other OSes. (:commit:`1c3600a`) |
| 27 | +- Fixed minor grammar issues. (:commit:`7f4ddd5`) |
| 28 | +- fixed a typo in the documentation. (:commit:`b71f677`) |
| 29 | +- Version 1 now exists (:commit:`5456c0e`) |
| 30 | +- fix another invalid xpath error (:commit:`0a1366e`) |
| 31 | +- fix ValueError: Invalid XPath: //div/[id="not-exists"]/text() on selectors.rst (:commit:`ca8d60f`) |
| 32 | +- Typos corrections (:commit:`7067117`) |
| 33 | +- fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware (:commit:`32f115c`) |
| 34 | +- Add note to ubuntu install section about debian compatibility (:commit:`23fda69`) |
| 35 | +- Replace alternative OSX install workaround with virtualenv (:commit:`98b63ee`) |
| 36 | +- Reference Homebrew's homepage for installation instructions (:commit:`1925db1`) |
| 37 | +- Add oldest supported tox version to contributing docs (:commit:`5d10d6d`) |
| 38 | +- Note in install docs about pip being already included in python>=2.7.9 (:commit:`85c980e`) |
| 39 | +- Add non-python dependencies to Ubuntu install section in the docs (:commit:`fbd010d`) |
| 40 | +- Add OS X installation section to docs (:commit:`d8f4cba`) |
| 41 | +- DOC(ENH): specify path to rtd theme explicitly (:commit:`de73b1a`) |
| 42 | +- minor: scrapy.Spider docs grammar (:commit:`1ddcc7b`) |
| 43 | +- Make common practices sample code match the comments (:commit:`1b85bcf`) |
| 44 | +- nextcall repetitive calls (heartbeats). (:commit:`55f7104`) |
| 45 | +- Backport fix compatibility with Twisted 15.4.0 (:commit:`b262411`) |
| 46 | +- pin pytest to 2.7.3 (:commit:`a6535c2`) |
| 47 | +- Merge pull request #1512 from mgedmin/patch-1 (:commit:`8876111`) |
| 48 | +- Merge pull request #1513 from mgedmin/patch-2 (:commit:`5d4daf8`) |
| 49 | +- Typo (:commit:`f8d0682`) |
| 50 | +- Fix list formatting (:commit:`5f83a93`) |
| 51 | +- fix scrapy squeue tests after recent changes to queuelib (:commit:`3365c01`) |
| 52 | +- Merge pull request #1475 from rweindl/patch-1 (:commit:`2d688cd`) |
| 53 | +- Update tutorial.rst (:commit:`fbc1f25`) |
| 54 | +- Merge pull request #1449 from rhoekman/patch-1 (:commit:`7d6538c`) |
| 55 | +- Small grammatical change (:commit:`8752294`) |
| 56 | +- Add openssl version to version command (:commit:`13c45ac`) |
| 57 | + |
6 | 58 | 1.0.3 (2015-08-11)
|
7 | 59 | ------------------
|
8 | 60 |
|
|
0 commit comments