forked from bollwyvl/collective.eggproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
81 lines (47 loc) · 1.79 KB
/
CHANGES.txt
File metadata and controls
81 lines (47 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Changelog
=========
0.6 (unreleased)
----------------
- Nothing changed yet.
0.5.1 (2009-10-19)
------------------
- Added svn url to README. [reinout]
0.5 (2009-10-19)
----------------
- Release fixes (setup.cfg that resulted in a horrid "0.4dev-r1234" release).
No functional changes.
0.4 (2009-10-19)
----------------
- Fix compatibility issue with Python 2.6 New python version disallow to use
config.add_section('DEFAULT') (see : http://bugs.python.org/issue1781 and
ConfigParser documentation). Patch by Stephane Klein.
- Updated maintainer email address. [reinout]
0.3.1 (2009-04-28)
------------------
- Fix for non-updating index pages despite ALWAYS_REFRESH setting. Cause:
already downloaded urls were not re-processed. [reinout]
0.3 (2009-03-16)
----------------
- Updated documentation for buildout change and always_refresh change.
[reinout]
- Attempt ../etc/eggproxy.conf as config location to help buildout setups.
[reinout]
- Added always_refresh (and timeout) option to always attempt a real pypi
connection to ensure freshness. [reinout]
- Added port option to configuration. [reinout]
- don't lowercase package names
- improve wsgi app
- add tests
0.2.0 (2008-09-22)
------------------
- initial version as collective.eggproxy. This package was formerly known as
iw.eggproxy (https://ingeniweb.svn.sourceforge.net/svnroot/ingeniweb/iw.eggproxy)
- package index/download files: skip modules installed in local system (resulted
in copying a directory instead of downloading a file)
- fixed Update script crashing with invalid/obsolete package name
- Overriden PackageIndex so that we get eggs distributions for all versions, all
platforms
- fixed malformed tag in generated indexes
0.1.0 (2008-06-06)
------------------
- initial version created by IngeniSkel