Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1439
| Date | 2014-10-15 13:26 +0000 |
|---|---|
| From | holger krekel <holger@merlinux.eu> |
| Subject | devpi-server-2.1.1: replication/url fixes |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.14879.1413380573.18130.python-announce-list@python.org> (permalink) |
Hi all, the caching and private pypi server, devpi-server-2.1.1, is out and fixes some bugs, see changelog below. It is fully backward compatible, no export/import cycle required. For more info, see http://doc.devpi.net. best, holger krekel, merlinux GmbH 2.1.1 ---------------- - fix replication issue reported by a customer: if a replica lags behind a master and a file was created and then deleted meanwhile, the replica could get stuck with a FileReplicationError. We now let the master report a 410 GONE code so that the replica knows it can safely proceed because the file was deleted later anyways. - generate "systemd" configuration example when "--gen-config" is issued. Thanks Pavel Sedlak. - fix issue109: fix relative URLs in simple index pages and 404 errors on uploading toxresults and downloading files when serving under an outside URL with a sub path. Thanks to Joe Holloway for detailed infos. - drop limitation on maximum documentation size. Body size is now only controlled by frontends such as nginx. Thanks Stephan Erb. - use newer version of virtualenv for jenkins trigger. Thank brunsgaard.
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
devpi-server-2.1.1: replication/url fixes holger krekel <holger@merlinux.eu> - 2014-10-15 13:26 +0000
csiph-web