File: changelog

package info (click to toggle)
rss2email 1%3A3.12.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 664 kB
  • sloc: python: 2,337; xml: 156; sh: 5; makefile: 4
file content (660 lines) | stat: -rw-r--r-- 22,996 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
rss2email (1:3.12.2-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ gustavo panizzo ]
  * [6706ad] Run meaningful tests (Closes: 969865)

 -- gustavo panizzo <gfa@zumbi.com.ar>  Thu, 29 Oct 2020 21:00:34 +0000

rss2email (1:3.12.2-1) unstable; urgency=medium

  * [b9a616] New upstream version 3.12.2 (Closes: #967975)
  * [b8290f] Add upstream patch
    Always use the 'from' setting for smtp and sendmail envelope.
    (Closes: #968875)

 -- gustavo panizzo <gfa@zumbi.com.ar>  Sun, 06 Sep 2020 12:53:07 +0000

rss2email (1:3.12.1-1) unstable; urgency=medium

  * [59bf0f] New upstream version 3.12.1
  * [ea2706] Remove patch as it was no longer necessary
    * b6435d184484901054b97ef7d9f6bbec7598edd0.diff
  * [cd120a] Use debhelper compat level 13

 -- gustavo panizzo <gfa@zumbi.com.ar>  Mon, 03 Aug 2020 19:42:41 +0000

rss2email (1:3.11-2) unstable; urgency=medium

  * [a19b91] Set pickle version in rss2email/util.py.
    Thanks to Olivier Berger <olivier.berger@telecom-sudparis.eu>
    (Closes: 955768)
  * [461346] update d/NEWS to describe an obsolete option: smtp-ssl-protocol.
    Thanks to Joey Hess <id@joeyh.name> (Closes: 947408)
  * [fa9537] Bump Standards-Version, no changes were required.

 -- gustavo panizzo <gfa@zumbi.com.ar>  Thu, 09 Apr 2020 20:32:56 +0000

rss2email (1:3.11-1) unstable; urgency=medium

  * [8ecc57] New upstream version 3.11
  * [565470] Update d/watch to look at the new upstream repository
  * [20b4e3] Add a gbp file
  * [aa96ad] Remove outdated patches
  * [45fd2e] Modernize the debhelper version and the B-D
  * [7dfea0] Update VCS fields to salsa.debian.org
  * [b8fec7] Update the homepage to point to the new upstream.
    Thanks to Jonathan Dowland <jmtd@debian.org> (Closes: #944358)
  * [d48044] Removing Étienne from the Maintainer field, thanks Étienne for your work all this years
    (Closes: #946013)
  * [bb2e5a] Remove end of line spaces in d/changelog
  * [782ccf] Update copyright years
  * [8ebab0] Add a DEP12 upstream metadata file
  * [cb7f66] Add Rules-Require-Root: no
  * [44c11f] Add a gitlab ci file
  * [052c7f] Bump Standards-Version, no changes were required.

 -- gustavo panizzo <gfa@zumbi.com.ar>  Sun, 08 Dec 2019 16:01:08 +0100

rss2email (1:3.9-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add missing dependency on python3-distutils (Closes: #896786)

 -- gustavo panizzo <gfa@zumbi.com.ar>  Sat, 05 Jan 2019 12:52:59 +0800

rss2email (1:3.9-4) unstable; urgency=medium

  * Fix shebang in /usr/bin/r2e. (Closes: #877325)
  * Add autopkgtest to ensure that the binary runs.

 -- Etienne Millon <me@emillon.org>  Mon, 02 Oct 2017 09:45:58 +0200

rss2email (1:3.9-3) unstable; urgency=medium

  * Ack NMU, thanks Hilko!
  * Bump Standards Version to 4.1.0.
    - update format URL in d/copyright to use https.
  * Remove r2e-migrate, now unneeded.
    (Closes: #807282, #807283, #836336)
  * Use a https URI for Vcs-Git.

 -- Etienne Millon <me@emillon.org>  Mon, 25 Sep 2017 18:52:49 +0200

rss2email (1:3.9-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add upstream patch to deal with "OrderedDict mutated during iteration"
    error (Closes: #833114)

 -- Hilko Bengen <bengen@debian.org>  Sat, 22 Apr 2017 00:29:25 +0200

rss2email (1:3.9-2) unstable; urgency=medium

  * Bump Standards-Version to 3.9.6 (no changes needed)
  * Use TLSv1 by default instead of SSLv3 (Closes: #781315)
  * r2e-migrate: add per-feed addresses (Closes: #784788)
  * r2e new: check if config file exists (Closes: #805224)
  * Fix prettify post-process hook.
    Thanks to martin f. krafft! (Closes: #805241)
  * Recommend python3-bs4 since the prettify example hook uses it

 -- Etienne Millon <me@emillon.org>  Mon, 23 Nov 2015 22:02:39 +0100

rss2email (1:3.9-1) unstable; urgency=medium

  * New upstream release.
    - drop no-to-email-error.patch, user-agent.patch (picked upstream)
    - detect when a feed already exists (Closes: #588044, #760197)
  * Display a message if a 2.x database exists (Closes: #752522)
  * Document configuration file (Closes: #752458)
  * Only display a warning when a wrong Content-Type is served (Closes: #760963)
  * Update homepage
  * Convert debian/copyright to DEP5
  * Update Vcs-Browser URL

 -- Etienne Millon <me@emillon.org>  Wed, 01 Oct 2014 11:28:45 +0200

rss2email (1:3.8-1) unstable; urgency=medium

  * Upload to unstable.
  * Fix nonsensical sentence in NEWS.Debian (Closes: #740370)
  * Pick upstream commits:
    - fix error message when there is no default target email
      (Closes: #740384)
    - fix User-Agent format (Closes: #742215)
  * r2e-migrate: support XDG directories (Closes: #740371)

 -- Etienne Millon <me@emillon.org>  Tue, 10 Jun 2014 17:01:17 +0200

rss2email (1:3.8-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Use pybuild.
  * Bump Standards-Version to 3.9.5 (no changes needed).
  * r2e-migrate:
    - Import status of feeds.
    - Add manpage.

 -- Etienne Millon <me@emillon.org>  Thu, 06 Feb 2014 16:11:26 +0100

rss2email (1:3.7-1~exp1) experimental; urgency=low

  * New upstream version. (Closes: #722009, Closes: #724671)
  * Bump dh compat to 9.

 -- Etienne Millon <me@emillon.org>  Mon, 04 Nov 2013 18:11:27 +0100

rss2email (1:3.6-1~exp1) experimental; urgency=low

  * New upstream release.
  * r2e-migrate: support paused feeds. Thanks to Denis Laxalde.
    (Closes: #723140)

 -- Etienne Millon <me@emillon.org>  Tue, 17 Sep 2013 15:19:31 +0200

rss2email (1:3.5-1~exp1) experimental; urgency=low

  * New upstream release.
    (Closes: #708824, #349061, #309869, #289191)
    - drop all patches, applied upstream
    - add a r2e-migrate script to convert to the new data format
  * Update copyright information.
  * Bump Standards-Version to 3.9.4 (no changes needed).
  * Update watch file.
  * Suggest esmtp to deliver mail directly to a MDA. (Closes: #446160)
  * Canonicalize Vcs-Git field.
  * Update my email address.

 -- Etienne Millon <me@emillon.org>  Wed, 04 Sep 2013 09:35:18 +0200

rss2email (1:2.71-2) unstable; urgency=low

  * Fix encoding of From and To headers.
    Thanks to Thorsten Glaser (Closes: #638994)

 -- Etienne Millon <etienne.millon@gmail.com>  Wed, 23 Jan 2013 16:37:22 +0100

rss2email (1:2.71-1) unstable; urgency=low

  * New maintainer.
  * r2e.1 :
    - mention how to use authenticated feeds (Closes: #526124).
    - fix typo on opmlimport / opmlexport
      (thanks to Cristian Rigamonti, Closes: #659292)
  * New patches :
    - convert tabs to spaces (Closes: #520911).
    - change default email address (Closes: #464077).
    - change default CHARSET_LIST to prefer utf-8 (Closes: #659920).
    - avoid header injection in email headers (Closes: #526064, thanks to
      Jakub Wilk).
  * debian/control:
    - Bump Standards-Version to 3.9.3 (no changes needed).
    - Add VCS-* fields.

 -- Etienne Millon <etienne.millon@gmail.com>  Tue, 12 Jun 2012 14:15:06 +0200

rss2email (1:2.71-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream release.
    - don't ship html2text, depend on it instead
      (Closes: #555447, #570126, #484034).
    - Feed URL is included in a header (Closes: #447144, #518410).
    - OPML import/export is now possible (Closes: #248056).
    - pausing/resuming feed is now possible (Closes: #407822).
    - new patch setting __version__ to the correct number.
  * debian/copyright :
    - rss2email can be used under the GPL v2 or v3 (Closes: #567584).
    - add copyright information for feedparser.
  * Switched to 3.0 (quilt) format.
  * Remove Vcs information (dead links).
  * Update Homepage.
  * Add debian/source/format.
  * Bump Standards-Version to 3.9.2 (no changes needed).
  * Add working debian/watch file.
  * Add build-{arch,indep} targets.
  * Switch from python-support to dh_python2.

 -- Etienne Millon <etienne.millon@gmail.com>  Thu, 08 Sep 2011 13:50:15 +0200

rss2email (1:2.65-1) unstable; urgency=low

  * New upstream release. Closes: #525489.
    * Tested broken previously broken feeds.
      Closes: #520910, #458964, #497142.
  * Bump Standards Version, no changes needed.
  * Update debhelper version.

 -- David Watson <dwatson@debian.org>  Fri, 24 Apr 2009 23:51:42 +0100

rss2email (1:2.62-3) unstable; urgency=low

  * Change of maintainer.

 -- David Watson <dwatson@debian.org>  Wed, 28 May 2008 22:41:53 +0100

rss2email (1:2.62-2) unstable; urgency=low

  * Fix man page section. Closes: #469831

 -- Joey Hess <joeyh@debian.org>  Fri, 07 Mar 2008 11:33:34 -0500

rss2email (1:2.62-1) unstable; urgency=low

  * New upstream bugfix release.
    * Simplified SunOS fix
    * Local feeds (/home/user/file.xml) should work

 -- Joey Hess <joeyh@debian.org>  Mon, 14 Jan 2008 16:44:44 -0500

rss2email (1:2.61-1) unstable; urgency=low

  * New upstream release.
    - Now really compatible with SunOS
    - Don't wrap long subject headers
    - New parameter CHARSET_LIST to override or supplement the order in
      which charsets are tried against an entry
    - Don't use blank content to generate id
    - Using GMail as mail server should work
  * html2text also updated, to version 2.29
  * Added Homepage field.
  * Moved to git.
  * Remove upstream's dos CR's at install time.

 -- Joey Hess <joeyh@debian.org>  Fri, 07 Dec 2007 20:44:06 -0500

rss2email (1:2.60-6) unstable; urgency=low

  * Patch from Martin Krafft to fix a case where the smtpserver variable could
    be defined before being used. Closes: #439930
  * Patch from Rainer Koenig to stop line wrapping in very long subject lines.
    Closes: #383594

 -- Joey Hess <joeyh@debian.org>  Tue, 28 Aug 2007 13:42:30 -0400

rss2email (1:2.60-5) unstable; urgency=low

  * Don't allow config.py elsewhere in the search path to be loaded instead
    of the user's config.py. Thanks, Thomas Fogwill. Closes: #428812

 -- Joey Hess <joeyh@debian.org>  Thu, 14 Jun 2007 11:45:58 -0400

rss2email (1:2.60-4) unstable; urgency=low

  * Add a -d option to r2e that can be used to make it use a different
    directory for its config.dat and feeds. Closes: #425953

 -- Joey Hess <joeyh@debian.org>  Fri, 25 May 2007 13:44:04 -0400

rss2email (1:2.60-3) unstable; urgency=low

  * Check exit status of sendmail, and die if it fails. Closes: #402725

 -- Joey Hess <joeyh@debian.org>  Wed, 13 Dec 2006 14:34:42 -0500

rss2email (1:2.60-2) unstable; urgency=low

  * ACK aba's NMU.

 -- Joey Hess <joeyh@debian.org>  Wed, 13 Dec 2006 14:09:08 -0500

rss2email (1:2.60-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Use fcntl even on non-Sunos-Unix, i.e. Debian. Closes: #401077

 -- Andreas Barth <aba@not.so.argh.org>  Sat,  9 Dec 2006 21:41:02 +0000

rss2email (1:2.60-1) unstable; urgency=low

  * New upstream release, including the change in -3 below and a few other
    small changes.

 -- Joey Hess <joeyh@debian.org>  Fri, 25 Aug 2006 23:19:20 -0400

rss2email (1:2.59-3) unstable; urgency=low

  * Patch from Tatsuya Kinoshita to make it not add quotes around
    a sender name, since if the name gets mime-encoded, the quotes will result
    in an invalid encoding.

 -- Joey Hess <joeyh@debian.org>  Thu, 24 Aug 2006 17:05:01 -0400

rss2email (1:2.59-2) unstable; urgency=low

  * Use python-support for python transition. Closes: #380937

 -- Joey Hess <joeyh@debian.org>  Thu, 10 Aug 2006 18:26:01 -0400

rss2email (1:2.59-1) unstable; urgency=low

  * New upstream release:
    - Support for listing urls for podcast enclosures
    - Timeout for nonresponsive feeds (Closes: #362649)
    - Configurable CSS styling for HTML mail
    - Improved empty feed checking
    - Improved invalid feed messages
  • - Total rewrite of email code that should fix encoding problems
      (Closes: #361902)
  • - Added configurable timeout for nonresponsive feeds
  • - Fixed incorrectly using text summary_detail instead of html
      content
    - Fixed bug with deleting feed 0 if no default email was set
    - Print name of feed that is being deleted
  * New web site.
  * Document new FEED_TIMEOUT, USE_CSS_STYLING, STYLE_SHEET, and PROXY config
    variables in config.py.
  * Add missing build target to rules file.
  * Current standards version.

 -- Joey Hess <joeyh@debian.org>  Mon, 19 Jun 2006 16:39:28 -0400

rss2email (1:2.57-1) unstable; urgency=low

  * New upstream release, now including all the patches I've collected for
    this package.
    "fixes a slew of reliability and other bugs"

 -- Joey Hess <joeyh@debian.org>  Fri,  7 Apr 2006 18:26:47 -0400

rss2email (1:2.56-1) unstable; urgency=low

  * New upstream release
    "SMTP AUTH, Windows support, HTML in titles. First version by Lindsey
    Smith."

 -- Joey Hess <joeyh@debian.org>  Tue,  4 Apr 2006 19:57:55 -0400

rss2email (1:2.55.dfsg1-2) unstable; urgency=low

  * Update html2text to version 2.24.

 -- Joey Hess <joeyh@debian.org>  Thu, 16 Mar 2006 12:52:19 -0500

rss2email (1:2.55.dfsg1-1) unstable; urgency=low

  * Remove feedparser.py from this package and depend on the new
    python-feedparser package. Closes: #345352
  * Repacked the upstream tarball since the feedparser included in it turns
    out to be invalidly licensed.
  * Version number munge so new repacked tarball will be accepted.

 -- Joey Hess <joeyh@debian.org>  Fri, 30 Dec 2005 14:16:02 -0500

rss2email (1:2.55-6) unstable; urgency=low

  * Current policy.
  * Fix perms of python libs

 -- Joey Hess <joeyh@debian.org>  Sun, 18 Dec 2005 17:12:03 -0500

rss2email (1:2.55-5) unstable; urgency=low

  * Document num parameter to run subcommand. Closes: #340425

 -- Joey Hess <joeyh@debian.org>  Sun, 27 Nov 2005 15:58:27 -0500

rss2email (1:2.55-4) unstable; urgency=low

  * Remove the detailed and outdated description of the config file from
    the man page. Closes: #328231

 -- Joey Hess <joeyh@debian.org>  Tue,  8 Nov 2005 15:26:25 -0500

rss2email (1:2.55-3) unstable; urgency=low

  * Man page patch from Florian Ernst. Closes: #334043

 -- Joey Hess <joeyh@debian.org>  Sat, 15 Oct 2005 13:59:17 -0400

rss2email (1:2.55-2) unstable; urgency=low

  * Patch from Stephane Bortzmeyer to add support for the official namespace
    of Atom 1.0. Closes: #333490

 -- Joey Hess <joeyh@debian.org>  Wed, 12 Oct 2005 19:56:29 -0400

rss2email (1:2.55-1) unstable; urgency=low

  * New upstream release of rss2email ("datetime parsing bug").
  * Also updates html2text to version 2.23 and feedparser to pre-3.4-.

 -- Joey Hess <joeyh@debian.org>  Wed,  3 Aug 2005 14:06:19 -0400

rss2email (1:2.54-7) unstable; urgency=low

  * Patch from Tatsuya Kinoshita to workaround mimify behavior that adds a
    newline to subject line if it contains very long words. Closes: #320185

 -- Joey Hess <joeyh@debian.org>  Wed, 27 Jul 2005 22:55:15 -0400

rss2email (1:2.54-6) unstable; urgency=low

  * Patch from tbm to fix crash in list if there is a feed with no address,
    and no default address is set. Closes: #310485
  * Patch from tbm to fix crash when web serveracepts connection but
    thenimmediatly closes it. Closes: #312067

 -- Joey Hess <joeyh@debian.org>  Sat, 18 Jun 2005 23:07:50 -0400

rss2email (1:2.54-5) unstable; urgency=low

  * Patch from tbm to fix unexpected code byte problem in utf8 codec
    by passing "replace" to utf_8_decode. Closes: #313097
  * Patch from tbm to avoid backtraces when too few or wrong arguments
    are given, and instead display useful error messages. Closes: #313099
  * Patch from tbm to make delete more reliable, so it no longer allows you
    to: remove the default email address ('feed' 0) and thereby hose your
    feed file, 'remove' entries that don't exist without warning; and so
    it only says IDs have changed when they really have. Closes: #313101

 -- Joey Hess <joeyh@debian.org>  Fri, 17 Jun 2005 14:11:46 -0400

rss2email (1:2.54-4) unstable; urgency=low

  * Patch from tbm to support --help without an E: message. Closes: #310482
  * Patch from tbm to avoid backtrace when adding a feed if no default
    email address is defined. Closes: #310487
  * Patch from tbm to ignore </ul> or </ol> if no list is open, rather
    than crashing on such a buggy feed. Closes: #303298

 -- Joey Hess <joeyh@debian.org>  Tue, 24 May 2005 13:10:03 -0400

rss2email (1:2.54-3) unstable; urgency=low

  * Add approximatly useless README.Debian. What's another inode?
    Closes: #305534
  * Patch from tbm to fail with a useful error message if the feeds file does
    not exist. Closes: #309867
  * Arch indep build depends fiddling.

 -- Joey Hess <joeyh@debian.org>  Fri, 20 May 2005 19:37:15 -0400

rss2email (1:2.54-2) unstable; urgency=low

  * Patched html2text to kill newline in alt tags. Closes: #299027

 -- Joey Hess <joeyh@debian.org>  Sat, 12 Mar 2005 00:34:46 -0500

rss2email (1:2.54-1) unstable; urgency=low

  * New upstream release:
    "HTML descriptions, text wrapping, Python 2.1, and more!"
    - Adds back word wrapping support. Closes: #265514
    - Incorporates liw's patch and several others.
  * Update config.py.
  * Update feed parser home page.

 -- Joey Hess <joeyh@debian.org>  Fri, 27 Aug 2004 16:42:25 -0400

rss2email (1:2.51-6) unstable; urgency=low

  * Patch from Lars Wirzenius to properly encode the From and Subject in
    7-bit ascii. Closes: #265350

 -- Joey Hess <joeyh@debian.org>  Thu, 12 Aug 2004 21:47:44 -0300

rss2email (1:2.51-5) unstable; urgency=low

  * sendmail comment typo fix. Closes: #259691

 -- Joey Hess <joeyh@debian.org>  Mon, 19 Jul 2004 16:34:21 -0400

rss2email (1:2.51-4) unstable; urgency=low

  * Upgrade to feedparser 3.3. Closes: #259621

 -- Joey Hess <joeyh@debian.org>  Mon, 19 Jul 2004 15:10:22 -0400

rss2email (1:2.51-3) unstable; urgency=low

  * Fix a typo that broke adding feeds with email addresses. Closes: #259360

 -- Joey Hess <joeyh@debian.org>  Wed, 14 Jul 2004 10:59:32 -0400

rss2email (1:2.51-2) unstable; urgency=low

  * Updated to feedparser version "3.2-", fixes a crash wih feeds in some
    character encodings.

 -- Joey Hess <joeyh@debian.org>  Wed, 30 Jun 2004 18:38:34 -0400

rss2email (1:2.51-1) unstable; urgency=low

  * New upstream release: "Fixes a crash in older versions of Python on slow
    feeds"

 -- Joey Hess <joeyh@debian.org>  Mon, 28 Jun 2004 21:21:04 -0400

rss2email (1:2.5-1) unstable; urgency=low

  * New upstream release.
    - Fix various crashes. Closes: #235135, #242440, #241642
    - The default from address uses the .invalid tld now. Closes: #253284
    - Uses author email addresses from RSS/Atom files. Closes: #234630
      (patch from LIW)
    - Expand ndash entity. Closes: #237693
    - Added http basicauth support. Closes: #249648 (just include user and
      password in URL)
    - Fix problem with empty descriptions. Closes: #249385
    - No more debian diff for rss2email.py, html2text.py.
  * Use an epoch to fix the version number.
  * Updated urls in copyright file.
  * Update config.py, including html2text options UNICODE_SNOB and
    LINKS_EACH_PARAGRAPH.

 -- Joey Hess <joeyh@debian.org>  Mon, 28 Jun 2004 13:54:08 -0400

rss2email (2.30-4) unstable; urgency=low

  * Minor manpage fix.
  * Document all the config.py options in the manpage. Closes: #247144

 -- Joey Hess <joeyh@debian.org>  Mon, 26 Apr 2004 23:23:16 -0400

rss2email (2.30-3) unstable; urgency=low

  * Man page improvements from liw. Closes: #234634

 -- Joey Hess <joeyh@debian.org>  Wed, 25 Feb 2004 13:13:10 -0500

rss2email (2.30-2) unstable; urgency=low

  * Make rss2email.py display usage help for r2e. Closes: #233554
  * Remove mention of old channels.txt from man page. Closes: #233555

 -- Joey Hess <joeyh@debian.org>  Wed, 18 Feb 2004 18:03:54 -0500

rss2email (2.30-1) unstable; urgency=low

  * New upstream release: "Far more robust (saves on crash, catches more
    errors, atomic saves). Fix for Unicode crash. Use guid instead of link
    for seen frame."
    Closes: #232257
  * Add NEWS.Debian for the upgrade warning.
  * Version number munge; this is 2.3 upstream.

 -- Joey Hess <joeyh@debian.org>  Wed, 11 Feb 2004 18:26:10 -0500

rss2email (2.28-1) unstable; urgency=low

  * New upstream releases:
    2.27 "DATE_HEADER option (makes emails look as if they were sent when the
          item was posted), better error reporting, `r2e list` doesn't lock,
          fix for no-download crash. Tx Alan D."
    2.28 "--no-send option for run, fixed FORCE_FROM. Tx Alan D."
  * Update manpage and config.py.

 -- Joey Hess <joeyh@debian.org>  Mon,  2 Feb 2004 16:13:44 -0500

rss2email (2.26-1) unstable; urgency=low

  * New upstream releases:
    2.24 "Possible fix for process leak. Tx Alan Danziger."
    2.25 "Quote email address names. Tx Alan Danziger, qmail."
    2.26 "Fix for typo, email replacement. Added VERBOSE, FORCE_FROM
          options and redirect support. Tx Alan D., Pete Prodoehi, Matej."
  * Add VERBOSE and FORCE_FROM to config.py.
  * Re-disabled the xml validation stuff in rssparser, lost when I renamed it.

 -- Joey Hess <joeyh@debian.org>  Fri, 30 Jan 2004 18:57:21 -0500

rss2email (2.23-1) unstable; urgency=low

  * New upstream release. ("Fix for empty link tags.")

 -- Joey Hess <joeyh@debian.org>  Fri, 30 Jan 2004 13:49:08 -0500

rss2email (2.22-2) unstable; urgency=low

  * Fix accidental dep on python2.2.
  * Modify feedparser to work with python 2.1 as well as 2.2 and 2.3,
    patch from Aaron.

 -- Joey Hess <joeyh@debian.org>  Thu, 29 Jan 2004 17:08:48 -0500

rss2email (2.22-1) unstable; urgency=low

  * New upstream release. ("Added QP support, fix for empty GUIDs, and
    fix for major default email bugs.")
  * Update config.py.

 -- Joey Hess <joeyh@debian.org>  Thu, 29 Jan 2004 14:08:35 -0500

rss2email (2.2-1) unstable; urgency=low

  * New upstream release. ("Added default email support, backwards-compatible.
    Tx Matej Cepl.")
  * Fix typo in docstring.
  * Update man page.

 -- Joey Hess <joeyh@debian.org>  Thu, 29 Jan 2004 13:32:05 -0500

rss2email (2.1-1) unstable; urgency=low

  * New upstream release, incorporating all my patches to rss2email.py.
  * Last release forgot to close the WNPP bug, so this Closes: #229286

 -- Joey Hess <joeyh@debian.org>  Wed, 28 Jan 2004 22:59:39 -0500

rss2email (2.0-1) unstable; urgency=low

  * Gathered the package from various sources, as explained in the copyright
    file, and thus built the .orig.tar.gz.
  * Commented out the xml.sax validation stuff in the feedparser, after
    discovering that python's xml parser is buggy, and crashes on some rss
    feeds.
  * Wrote a man page.
  * Add a User-Agent header to the mails.
  * Read config.py if available.
  * Modified r2e to cd to ~/.rss2email (making the directory first if
    necessary) before running rss2email, so the data file and config.py can
    be in their own subdirectory.

 -- Joey Hess <joeyh@debian.org>  Fri, 23 Jan 2004 20:48:59 -0500