/[python-modules]/packages/feedparser/trunk/debian/changelog
ViewVC logotype

Contents of /packages/feedparser/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21978 - (hide annotations) (download)
Tue May 29 21:31:07 2012 UTC (11 months, 3 weeks ago) by piotr
File size: 6571 byte(s)
urgency changed to high (upload fixes security bug)
1 piotr 21978 feedparser (5.1.2-1) unstable; urgency=high
2 cgalisteo-guest 20038
3 cgalisteo-guest 21896 * New upstream release. (Closes: #674167)
4 cgalisteo-guest 20380 * debian/control
5     - Homepage updated. (Closes: #649855)
6 cgalisteo-guest 21747 - Standards-Version updated to 3.9.3.1
7 cgalisteo-guest 20038 * debian/watch fixed.
8 cgalisteo-guest 20382 * debian/rules
9     - Migrated to dh_python2. (Closes: #646718)
10     - lintian debian-rules-missing-recommended-target warning fixed
11 cgalisteo-guest 20038
12 cgalisteo-guest 21975 -- Carlos Galisteo <cgalisteo@k-rolus.net> Tue, 29 May 2012 09:54:36 +0200
13 cgalisteo-guest 20038
14 cgalisteo-guest 16274 feedparser (5.0.1-1) unstable; urgency=low
15 cgalisteo-guest 15433
16     [ Carlos Galisteo ]
17 cgalisteo-guest 16273 * New upstream release. (Closes: #617998) (Closes: #482775)
18 cgalisteo-guest 16153 * Switch to dpkg-source 3.0 (quilt) format
19     * Removed patch add-etag-only-if-etag-header-present.patch (fixed in 5.0)
20 cgalisteo-guest 16273 * Removed patch doc_css_path.diff (fixed in 5.0)
21 cgalisteo-guest 16153 * Removed patch auth_handlers_not_working.patch (fixed in 5.0).
22     * Removed patch feedparser_utf8_decoding.patch (fixed in 5.0).
23 cgalisteo-guest 16273 * Removed patch democracynow_feedparser_fix.patch (fixed in 5.0).
24     * Removed patch title_override.patch (fixed in 5.0).
25     * Removed patch doc_css_path.diff (fixed in 5.0).
26     * Fixes CVE-2011-1156
27     * Fixes CVE-2011-1157
28     * Fixes CVE-2011-1158
29     * debian/control
30     - Standards-Version updated to 3.9.1
31     - Binary package depends on ${misc:Depends}
32     - Build-depends on python instead of python-dev as lintian suggested.
33     * debian/watch
34     - watch file looks for *.tar.gz rather than .zip
35 cgalisteo-guest 9165 * Headers added to patches
36 cgalisteo-guest 16312
37 jwilk-guest 10400 [ Jakub Wilk ]
38     * debian/rules:
39     - Include /usr/share/python/python.mk only if it exists.
40    
41 cgalisteo-guest 16312 -- Carlos Galisteo <cgalisteo@k-rolus.net> Wed, 30 Mar 2011 20:25:50 +0200
42 cgalisteo-guest 9165
43 cgalisteo-guest 9044 feedparser (4.1-14) unstable; urgency=low
44 cgalisteo-guest 8353
45     [ Carlos Galisteo ]
46     * Build with Python 2.6 (Closes: #527046) (Thanks to Alessio Treglia)
47     * debian/rules:
48     - Include /usr/share/python/python.mk.
49     - Add py_setup_install_args macro to setup.py install options.
50     * debian/control:
51     - Set XS-Python-Version to all
52    
53     -- Carlos Galisteo <cgalisteo@k-rolus.net> Tue, 05 May 2009 17:38:14 +0200
54    
55 cgalisteo-guest 8110 feedparser (4.1-13) unstable; urgency=low
56 morph 6826
57 cgalisteo-guest 7793 [ Sandro Tosi ]
58 morph 6826 * debian/control
59     - switch Vcs-Browser field to viewsvn
60    
61 cgalisteo-guest 7793 [ Carlos Galisteo ]
62     * debian/rules
63     - dh_pysupport call moved (Closes: #516192)
64 cgalisteo-guest 8131 - --install-lib removed.
65 cgalisteo-guest 8110 * debian/control
66     - Using XS-Python-Version instead of pyversions.
67 cgalisteo-guest 8131 - Standards-Version updated to 3.8.1
68 cgalisteo-guest 7793
69 cgalisteo-guest 8131 -- Carlos Galisteo <cgalisteo@k-rolus.net> Mon, 06 Apr 2009 10:58:38 +0200
70 morph 6826
71 cgalisteo-guest 6592 feedparser (4.1-12) unstable; urgency=low
72 jandd-guest 6543
73 cgalisteo-guest 6588 [ Jan Dittberner ]
74 jandd-guest 6543 * add debian/README.source
75     * refreshed patches
76    
77 cgalisteo-guest 6588 [ Carlos Galisteo ]
78 cgalisteo-guest 6590 * Added feedparser_utf8_decoding.patch (Closes: #500088). Thanks to David
79     Futcher.
80 jandd-guest 6543
81 cgalisteo-guest 6588 -- Carlos Galisteo <cgalisteo@k-rolus.net> Thu, 25 Sep 2008 10:51:35 +0000
82    
83 cgalisteo-guest 5988 feedparser (4.1-11) unstable; urgency=low
84 cgalisteo-guest 5849
85     [ Carlos Galisteo ]
86     * debian/control
87     - Homepage field added.
88 cgalisteo-guest 5850 * Standards-Version updated (3.8.0)
89 cgalisteo-guest 5987 * Added override_title.patch (Closes: #490613)
90 cgalisteo-guest 5849
91     -- Carlos Galisteo <cgalisteo@k-rolus.net> Mon, 07 Jul 2008 15:29:58 +0000
92    
93 piotr 4122 feedparser (4.1-10) unstable; urgency=low
94 cgalisteo-guest 4084
95 morph-guest 4114 [ Carlos Galisteo ]
96 cgalisteo-guest 4084 * New patch fixes errors parsing democracynow.org (and probably
97     some others) feeds. Thanks to Thomas Perl for the patch and for the
98     notice. Ubuntu bug #179208.
99    
100 morph-guest 4114 [ Sandro Tosi ]
101     * debian/control
102 piotr 4122 - Uniform Vcs-Browser field (points to trunk dir now)
103 cgalisteo-guest 4084
104 piotr 4122 [ Piotr Ożarowski ]
105 piotr 3408 * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
106 piotr 4122 * Bump Standards-Version to 3.7.3 (no changes needed)
107 piotr 3408
108 piotr 4122 -- Carlos Galisteo <cgalisteo@k-rolus.net> Wed, 02 Jan 2008 19:57:22 +0100
109 piotr 3408
110 cgalisteo-guest 2985 feedparser (4.1-9) unstable; urgency=low
111    
112     * Added patch for fixing auth handlers. (Closes: #431564)
113    
114     -- Carlos Galisteo <cgalisteo@k-rolus.net> Mon, 06 Aug 2007 10:16:00 +0000
115    
116 cgalisteo-guest 2640 feedparser (4.1-8) unstable; urgency=low
117    
118 piotr 2656 [ Carlos Galisteo ]
119 cgalisteo-guest 2640 * Added patch which fixes the ".etag is always present" bug.(Closes: #411388)
120     * Build-depends on quilt for patches management.
121     * Not recommending python-iconvcodec, which is not available anymore. (Closes: #429303)
122     * Suggests python-utidylib
123     * Python modules team added to Uploaders.
124     * Some minor packaging fixes (Provides field removed, postinst and prerm removed)
125     * debian/rules cleaned up (dh_installdocs argument revoved, dh_link and
126     dh_strip removed)
127    
128 piotr 2656 [ Piotr Ożarowski ]
129     * Added watch file
130 cgalisteo-guest 2640
131 piotr 2656 -- Carlos Galisteo <cgalisteo@k-rolus.net> Sat, 30 Jun 2007 11:36:58 +0200
132    
133 cgalisteo-guest 2640 feedparser (4.1-7) unstable; urgency=low
134    
135     * Fixed css link for *.html inside /doc. (Closes: #405343)
136    
137     -- Carlos Galisteo <cgalisteo@k-rolus.net> Tue, 9 Jan 2007 15:27:45 +0000
138    
139     feedparser (4.1-6) unstable; urgency=low
140    
141     * Author email fixed in debian/copyright (Closes: #397688)
142     * Recommends python-chardet in debian/control (Closes: #397798)
143     * Recommends python-libxml2 in debian/control (Closes: #397800)
144     * Recommends python-iconvcodec in debian/control (Closes: #397801)
145     * Removed dh_python in debian/rules.
146     * feedparser.py is now executable (acording to #368792)
147    
148     -- Carlos Galisteo <cgalisteo@k-rolus.net> Sun, 19 Nov 2006 19:59:49 +0000
149    
150     feedparser (4.1-5) unstable; urgency=low
151    
152     * New maintainer. (Closes: #374499: ITA: feedparser -- adoping
153     feedparser module - Debian Bug report logs).
154     * pycompat file added.
155     * Build-depends on python-dev instead of python-all-dev.
156     * XS-Python-Version moved to debian/pyversion.
157     * Switched to ${python:Provides}
158    
159     -- Carlos Galisteo <cgalisteo@k-rolus.net> Fri, 21 Jul 2006 09:11:24 +0000
160    
161     feedparser (4.1-4) unstable; urgency=low
162    
163     * Update for new Python policy. (XS-Python-Version >= 2.1)
164    
165     -- Joe Wreschnig <piman@debian.org> Tue, 13 Jun 2006 14:15:49 -0500
166    
167     feedparser (4.1-3) unstable; urgency=low
168    
169     * Use python-support.
170     * Provide python2.4-feedparser for Python policy compatibility.
171     (Closes: #358900)
172     * Standards-Version 3.7.2 (no changes necessary).
173    
174     -- Joe Wreschnig <piman@debian.org> Sat, 13 May 2006 01:47:11 -0500
175    
176     feedparser (4.1-2) unstable; urgency=low
177    
178     * Build-Dep on non-python-support-ified debhelper.
179    
180     -- Joe Wreschnig <piman@debian.org> Tue, 17 Jan 2006 20:46:05 -0600
181    
182     feedparser (4.1-1) unstable; urgency=low
183    
184     * New upstream release.
185     * Build-Dep on python-dev. (Closes: #348211)
186    
187     -- Joe Wreschnig <piman@debian.org> Mon, 16 Jan 2006 23:47:28 -0600
188    
189     feedparser (3.3+cvs20051220-1) unstable; urgency=low
190    
191     * Initial release. (Closes: #326236)
192     * Fix unterminated string in feedparser.py.
193     * Use a snapshot of 4.0 because it's under a proper license, and it
194     can load many more feeds. All tests pass.
195    
196     -- Joe Wreschnig <piman@debian.org> Tue, 20 Dec 2005 23:49:02 -0600

  ViewVC Help
Powered by ViewVC 1.1.5