-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
177 lines (111 loc) · 3.28 KB
/
CHANGES.txt
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
Change history
1.0.16 (unreleased)
-------------------
- added more or less sane filename detection heuristics (filename from url)
- fetch-since-days is configurable now.
1.0.15 (20010-02-08)
-------------------
- LP #385387: fixed issues with incompatible BeautifulSoup 3.1 version
- fixed incompatiblity with new PyPI download URLs (../../packages/..)
1.0.14 (2009-05-29)
-------------------
- Ignoring invalid external html pages (thanks Sridhar Ratnakumar)
1.0.13 (2009-01-26)
-------------------
- taking 'home_url' into account for mirroring external resources
1.0.12 (2009-01-19)
-------------------
- fix for Sourceforge download URLs
1.0.11 (2009-01-14)
-------------------
- fixed issue with broken links generated by a base_url
with a trailing slash
1.0.10 (2008-11-25)
-------------------
- Removing dupes from package list
1.0.9 (2008-11-07)
------------------
- Display time in UTC
1.0.8 (2008-11-04)
------------------
- Fixed typo in PyPI
- Added a nice link for google to our project page ;)
1.0.7 (2008-11-03)
------------------
- Added a footer line to index.html indicating the version and no of pkgs synced.
1.0.6 (2008-10-30)
------------------
- renamed index.html to full.html
- renamed index2.html to index.html
1.0.5 (2008-10-27)
------------------
- disabled 'cleanup' option since it does play nicely
with the --update-fetch option
1.0.4 (2008-10-24)
------------------
- add version number to HTTP user-agent header
1.0.3 (2008-10-24)
------------------
- using fetch_url() for making HTTP requests
in order to specify a dedicated user-agent header
1.0.2 (2008-10-24)
------------------
- fixed packaging issues
1.0.1 (2008-10-24)
------------------
- new options: --initial-fetch and --update-mode
1.0 (2008-10-06)
----------------
- Release and code move to launchpad
0.2.10 (2008-09-09)
-------------------
- demo release for DZUG tutorial day
0.2.9 (2008-09-04)
------------------
- fixed issue with logger changes in 0.2.8
0.2.8 (2008-09-03)
------------------
- added highly experimental follow_external_index_pages option
in order to deal with external in a better way
- fetching external download files only if they match the
current package name
- some more logging
- using TimedRotatingFileHandler for logging (rotating after one day)
0.2.7 (2008-09-02)
------------------
- bahhh...forgotten pdb call :->
0.2.6 (2008-09-02)
------------------
- made fetch_index() more robust
0.2.5 (2008-09-02)
------------------
- fixed NameError in exception handling
0.2.4 (2008-08-31)
------------------
- added logging support
- minor internal cleanup
- commandline options handling updated
0.2.3 (2008-08-29)
------------------
- added --follow-external-links option
0.2.2 (2008-08-28)
------------------
- renamed index.html to index2.html
- renamed full.html to index.html
- some internal cleanup
0.2.1 (2008-08-28)
------------------
- ls() returns filenames in sorted order
0.2.0 (2008-08-28)
------------------
- setup.py cleanup and fixes
- fixed license file
- updated README.txt
0.1.1 (2008-08-27)
------------------
- corrected the index pages for packages (have full urls now)
- added a full.html for packages (you better gz this ;) )
- removed html page download for external sites
0.1.0 (2008-08-27)
------------------
- initial release