1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-22 19:19:37 +01:00

Updated CHANGES for 1.2.0.dev1.

This commit is contained in:
Kostis Anagnostopoulos 2016-06-17 23:39:31 +02:00
parent 1512136724
commit 91b3a8e8da

@ -3,13 +3,40 @@ Changelog
1.2.0 (2016-XX-XX) 1.2.0 (2016-XX-XX)
------------------ ------------------
"New Day" "New Day", with less rigorous support for `python-2 < 2.7` and `python-3 < 3.3`.
- Stop supporting `python-2 < 2.7` and `python-3 < 3.3`. - #38, #139, #140: Package normalizations and :pep:`503` updates
(thanks to @dpkp):
- URLs are redirected unless they end in `'/'` (expect packages themselves).
- Package names are normalized: lower-case with all runs of the characters,
and `[-_]` replaced with a single `'-'` character.
- The simple index only lists normalized package names.
- Any request for a non-normalized package name is redirected to
the normalized name.
- #117, #122, #124/#127/#128: FIX startup regressions introduced by
previous `v1.1.10` (thanks to @virtuald, @Oneplus, @michaelkuty, @harcher81,
@8u1a).
- #113: FIX over-writing of packages even when without `--overwrite` flag
(thanks to @blade2005).
- #107, #108, #110: Test against *python-3.5*.
- #112, #118, #119: Fixes for *paste*, *gunicorn* and other *WSGI* servers
(thanks to @corywright, @virtuald, @montefra).
- #120/#121, #129, #141/#142: Updates and fixes needed due to changes
in dependent libraries (thanks @dpkp).
- #116: Add cache for speeding up GPG signatures (thanks to @virtuald).
- Provide sample ``systemd`` *unit-file* (thanks to @ssbarnea).
- Add usage instructions for related project ``pypi-uploader`` and mention also
project
(thanks @ssbarnea & @bibby).
- #129, #131: Other minor fixes and improvements (thanks to @bibby, @Oneplus,
@8u1a).
- Detailed changes recorded in `Github's milestone 1.2.0
<https://github.com/pypiserver/pypiserver/milestones/M1.2.0>`_.
1.1.10 (2016-01-19) 1.1.10 (2016-01-19)
------------------ -------------------
Serve 1000s of packages, PGP-Sigs, skip versions starting with 'v'. Serve 1000s of packages, PGP-Sigs, skip versions starting with 'v'.
+ #101: Speed-up server by (optionally) using the `watchdog` package + #101: Speed-up server by (optionally) using the `watchdog` package