File: changelog

package info (click to toggle)
feedparser 5.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 11,532 kB
  • ctags: 2,502
  • sloc: xml: 12,461; python: 4,256; makefile: 25
file content (238 lines) | stat: -rw-r--r-- 7,994 bytes parent folder | download
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
feedparser (5.1.3-3) unstable; urgency=medium

  * Fix HTTP auth in python 3 (Closes: #760078)
  * Convert debian/copyright to machine-readable format

 -- Etienne Millon <me@emillon.org>  Tue, 02 Sep 2014 10:59:53 +0200

feedparser (5.1.3-2) unstable; urgency=medium

  * Fix status reported after a redirect (Closes: #738102)
  * Bump Standards-Version to 3.9.5 (no changes needed)
  * Refresh patch offsets

 -- Etienne Millon <me@emillon.org>  Tue, 11 Feb 2014 18:20:39 +0100

feedparser (5.1.3-1) unstable; urgency=low

  * New upstream release (Closes: #721768).
      - Cherry-pick a patch to make python3-feedparser
        compatible with python3-chardet.
  * Update my email address.
  * Remove useless override now that Lintian knows about python3-feedparser.

 -- Etienne Millon <me@emillon.org>  Thu, 12 Sep 2013 23:00:14 +0200

feedparser (5.1.2-2) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Etienne Millon ]
  * Add myself to Uploaders.
  * Import changes from Ubuntu (version 5.1.2-1ubuntu2)
    - Thanks to Barry Warsaw, Chuck Short, Dmitrijs Ledkovs, Jamie Strandboge,
      and Michael Terry.
    - Convert to dh short form.
    - Build for Python 3 (Closes: #664199)
    - Run the test suite during build (Closes: #649172)
  * Bump Standards-Version to 3.9.4 (no changes needed)

 -- Etienne Millon <etienne.millon@gmail.com>  Tue, 18 Jun 2013 23:05:50 +0200

feedparser (5.1.2-1) unstable; urgency=high

  * New upstream release. (Closes: #674167)
  * debian/control
    - Homepage updated. (Closes: #649855)
    - Standards-Version updated to 3.9.3.1
  * debian/watch fixed.
  * debian/rules
    - Migrated to dh_python2. (Closes: #646718)
    - lintian debian-rules-missing-recommended-target warning fixed

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Tue, 29 May 2012 09:54:36 +0200

feedparser (5.0.1-1) unstable; urgency=low

  [ Carlos Galisteo ]
  * New upstream release. (Closes: #617998) (Closes: #482775)
  * Switch to dpkg-source 3.0 (quilt) format
  * Removed patch add-etag-only-if-etag-header-present.patch (fixed in 5.0)
  * Removed patch doc_css_path.diff (fixed in 5.0)
  * Removed patch auth_handlers_not_working.patch (fixed in 5.0).
  * Removed patch feedparser_utf8_decoding.patch (fixed in 5.0).
  * Removed patch democracynow_feedparser_fix.patch (fixed in 5.0).
  * Removed patch title_override.patch (fixed in 5.0).
  * Removed patch doc_css_path.diff (fixed in 5.0).
  * Fixes CVE-2011-1156
  * Fixes CVE-2011-1157
  * Fixes CVE-2011-1158
  * debian/control
    - Standards-Version updated to 3.9.1
    - Binary package depends on ${misc:Depends}
    - Build-depends on python instead of python-dev as lintian suggested.
  * debian/watch
    - watch file looks for *.tar.gz rather than .zip
  * Headers added to patches

  [ Jakub Wilk ]
  * debian/rules:
    - Include /usr/share/python/python.mk only if it exists.

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Wed, 30 Mar 2011 20:25:50 +0200

feedparser (4.1-14) unstable; urgency=low

  [ Carlos Galisteo ]
  * Build with Python 2.6 (Closes: #527046) (Thanks to Alessio Treglia)
  * debian/rules:
    - Include /usr/share/python/python.mk.
    - Add py_setup_install_args macro to setup.py install options.
  * debian/control:
    - Set XS-Python-Version to all

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Tue, 05 May 2009 17:38:14 +0200

feedparser (4.1-13) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Carlos Galisteo ]
  * debian/rules
    - dh_pysupport call moved (Closes: #516192)
    - --install-lib removed.
  * debian/control
    - Using XS-Python-Version instead of pyversions.
    - Standards-Version updated to 3.8.1

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Mon, 06 Apr 2009 10:58:38 +0200

feedparser (4.1-12) unstable; urgency=low

  [ Jan Dittberner ]
  * add debian/README.source
  * refreshed patches

  [ Carlos Galisteo ]
  * Added feedparser_utf8_decoding.patch (Closes: #500088). Thanks to David
    Futcher.

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Thu, 25 Sep 2008 10:51:35 +0000

feedparser (4.1-11) unstable; urgency=low

  [ Carlos Galisteo ]
  * debian/control
    - Homepage field added.
  * Standards-Version updated (3.8.0)
  * Added override_title.patch (Closes: #490613)

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Mon, 07 Jul 2008 15:29:58 +0000

feedparser (4.1-10) unstable; urgency=low

  [ Carlos Galisteo ]
  * New patch fixes errors parsing democracynow.org (and probably
    some others) feeds. Thanks to Thomas Perl for the patch and for the
    notice. Ubuntu bug #179208.

  [ Sandro Tosi ]
  * debian/control
    - Uniform Vcs-Browser field (points to trunk dir now)

  [ Piotr Ożarowski ]
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
  * Bump Standards-Version to 3.7.3 (no changes needed)

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Wed, 02 Jan 2008 19:57:22 +0100

feedparser (4.1-9) unstable; urgency=low

  * Added patch for fixing auth handlers. (Closes: #431564)

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Mon, 06 Aug 2007 10:16:00 +0000

feedparser (4.1-8) unstable; urgency=low

  [ Carlos Galisteo ]
  * Added patch which fixes the ".etag is always present" bug.(Closes: #411388)
  * Build-depends on quilt for patches management.
  * Not recommending python-iconvcodec, which is not available anymore. (Closes: #429303)
  * Suggests python-utidylib
  * Python modules team added to Uploaders.
  * Some minor packaging fixes (Provides field removed, postinst and prerm removed)
  * debian/rules cleaned up (dh_installdocs argument revoved, dh_link and
    dh_strip removed)

  [ Piotr Ożarowski ]
  * Added watch file

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Sat, 30 Jun 2007 11:36:58 +0200

feedparser (4.1-7) unstable; urgency=low

  * Fixed css link for *.html inside /doc. (Closes: #405343)

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Tue,  9 Jan 2007 15:27:45 +0000

feedparser (4.1-6) unstable; urgency=low

  * Author email fixed in debian/copyright (Closes: #397688) 
  * Recommends python-chardet in debian/control (Closes: #397798)
  * Recommends python-libxml2 in debian/control (Closes: #397800)
  * Recommends python-iconvcodec in debian/control (Closes: #397801)
  * Removed dh_python in debian/rules.
  * feedparser.py is now executable (acording to #368792)

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Sun, 19 Nov 2006 19:59:49 +0000

feedparser (4.1-5) unstable; urgency=low

  * New maintainer. (Closes: #374499: ITA: feedparser -- adoping
    feedparser module - Debian Bug report logs).
  * pycompat file added.
  * Build-depends on python-dev instead of python-all-dev.
  * XS-Python-Version moved to debian/pyversion.
  * Switched to ${python:Provides}

 -- Carlos Galisteo <cgalisteo@k-rolus.net>  Fri, 21 Jul 2006 09:11:24 +0000

feedparser (4.1-4) unstable; urgency=low

  * Update for new Python policy. (XS-Python-Version >= 2.1)

 -- Joe Wreschnig <piman@debian.org>  Tue, 13 Jun 2006 14:15:49 -0500

feedparser (4.1-3) unstable; urgency=low

  * Use python-support.
  * Provide python2.4-feedparser for Python policy compatibility.
    (Closes: #358900)
  * Standards-Version 3.7.2 (no changes necessary).

 -- Joe Wreschnig <piman@debian.org>  Sat, 13 May 2006 01:47:11 -0500

feedparser (4.1-2) unstable; urgency=low

  * Build-Dep on non-python-support-ified debhelper.

 -- Joe Wreschnig <piman@debian.org>  Tue, 17 Jan 2006 20:46:05 -0600

feedparser (4.1-1) unstable; urgency=low

  * New upstream release.
  * Build-Dep on python-dev. (Closes: #348211)

 -- Joe Wreschnig <piman@debian.org>  Mon, 16 Jan 2006 23:47:28 -0600

feedparser (3.3+cvs20051220-1) unstable; urgency=low

  * Initial release. (Closes: #326236)
  * Fix unterminated string in feedparser.py.
  * Use a snapshot of 4.0 because it's under a proper license, and it
    can load many more feeds. All tests pass.

 -- Joe Wreschnig <piman@debian.org>  Tue, 20 Dec 2005 23:49:02 -0600