chiark / gitweb /
check fd watches; other bugfixes
[inn-innduct.git] / debian / changelog.old
1 inn2 (2.3.999+20030114-1) unstable; urgency=low
2
3   * BEWARE: this is a -CURRENT snapshot. If it breaks you keep both pieces!
4     (Closes: #172212, #174938).
5   * Make innreport generate valid HTML. (Closes: #166372)
6   * Pre-Depends on inn2-inews. (Closes: #166804)
7   * Update gnu.* data in control.ctl. (Closes: #167581)
8   * Do not ship rnews suid root! (Closes: #171757)
9   * Install /usr/share/doc/inn2/INSTALL.gz (Closes: #174493)
10
11  -- Marco d'Itri <md@linux.it>  Thu, 16 Jan 2003 01:12:53 +0100
12
13 inn2 (2.3.3+20020922-5) unstable; urgency=medium
14
15   * Fixed pathtmp (Closes: #162686).
16   * Check if the usenet user exists before adding a mail alias
17     (Closes: #162731).
18   * Fixed a path in sendinpaths (Closes: #163022).
19
20  -- Marco d'Itri <md@linux.it>  Mon,  7 Oct 2002 20:24:16 +0200
21
22 inn2 (2.3.3+20020922-4) unstable; urgency=low
23
24   * Applied OVDB fixes, courtesy of Ian Hastie @clara.net (Closes: #162643).
25
26  -- Marco d'Itri <md@linux.it>  Sat, 28 Sep 2002 16:46:57 +0200
27
28 inn2 (2.3.3+20020922-3) unstable; urgency=low
29
30   * Fixed absolute path in Makefile (Closes: #162538).
31
32  -- Marco d'Itri <md@linux.it>  Fri, 27 Sep 2002 19:12:10 +0200
33
34 inn2 (2.3.3+20020922-1) unstable; urgency=low
35
36   * New STABLE CVS snapshot (Closes: #128725, #137175, #157808, #159105).
37   * Made some changes to make INN compile with perl 5.8.0. May be broken.
38   * Fix inndf to convert the "infinite" inodes of reiserfs to 2^31 - 1
39     (Closes: #124101).
40   * Suggests: gnupg instead of pgp.
41   * Brand new init script which uses ctlinnd.
42   * Removed debian changes to use mkstemp. INN uses a private temp
43     directory anyway.
44   * Conflicts+Replaces: ninpaths, added the scripts from the inpaths package.
45   * Do not depend anymore on libdb3-util, which is only needed by OVDB.
46   * Removed signcontrol.
47   * Changed control.* and junk groups to status n.
48   * Added gpgverify script (Closes: #131412).
49   * Added bunbatch script (Closes: #136860).
50   * Added /usr/share/doc/inn2/INSTALL.gz (Closes: #156685).
51   * Added buildinnkeyring script which downloads PGP keys from ftp.isc.org
52     (Closes: #86989).
53
54  -- Marco d'Itri <md@linux.it>  Sun, 22 Sep 2002 21:05:18 +0200
55
56 inn2 (2.3.3-1) unstable; urgency=low
57
58   * new upstream version
59   * use 'unset' not 'declare -x' GZIP to clear environment in innshellvars, 
60     closes: #136156, #136495, #136557, #142464
61   * add a warning to inn.conf comments about avoiding tabs after values, 
62     closes: #112657, #112665
63   * modify cron.d to test for presence of programs before running them, 
64     closes: #136563
65   * modify init.d to redirect rc.news output to /var/log/news/rc.news so that
66     inn2 daemonizes properly when run manually with the positive side effect
67     that the startup messages now comply with Debian policy,
68     closes: #140794, #116716, #134459
69   * deliver more upstream doc files, closes: #141963
70   * procps is priority required, but not marked essential, so we need to 
71     depend on it so innwatch can use 'uptime', closes: #146135
72   * add a clause to postinst to make sure /var/spool/news has appropriate
73     owner/group/perms
74
75  -- Bdale Garbee <bdale@gag.com>  Fri, 24 May 2002 00:49:08 -0600
76
77 inn2 (2.3.2-3) unstable; urgency=low
78
79   * apply patch from rene@seindal.dk to pullnews.in to keep a missing group 
80     from killing a run, closes: #133571
81   * apply patch from falcon@wysocki.lodz.pdi.net to dbprocs.in so that ovdb 
82     will work correctly with libdb3, and add a runtime dependency on 
83     libdb3-util to the inn2 package, closes: #128855
84   * add manpage symlinks, closes: #99543, #99578
85   * ensure backoff directory exists during postinst, closes: #127050
86   * clean up some of the lintian warnings
87
88  -- Bdale Garbee <bdale@gag.com>  Sat, 16 Feb 2002 15:06:20 -0700
89
90 inn2 (2.3.2-2) unstable; urgency=low
91
92   * edit provided buffindexed.conf to reflect our path structure
93   * apply patch to mailpost.in provided by Paul Seelig to prevent message
94     posting failures by stripping Received lines, closes: #120267
95   * add remaining /etc files to conffiles, closes: #110647
96   * make sure /var/log/news/OLD is news.news in postinst, closes: #116715
97   * slightly tighten permissions on /var/run/news, closes: #117773
98   * fix missing quotes around command in init.d,closes: #120105
99   * explicitly unexport GZIP in innshellvars before defining it to avoid
100     clashes with GZIP set in external environment, closes: #120381
101   * eliminate the task-news-server binary package
102
103  -- Bdale Garbee <bdale@gag.com>  Wed, 26 Dec 2001 16:02:44 -0700
104
105 inn2 (2.3.2-1) unstable; urgency=low
106
107   * new upstream version, closes: #98247, #101601
108   * remove authprogs/pwcheck.c and modify authprogs/Makefile in orig.tar.gz
109     since we don't use it and license is non-DFSG-compliant!  Closes: #103477
110   * make inn2-inews conflict with cnews, closes: #97662
111   * modify news.daily to use tempfile(1) for safe tempfile creation,
112     closes: #104517
113   * improve several instances of unsafe temp file handling using relevant
114     patches from the Debian security team, closes: #83734
115   * patch to fix expireover seg faults from Andrew Stribblehill, closes: #95096
116   * make 'server' in inn.conf be 'localhost' by default, closes: #90908
117   * add a note in the sample newsfeeds file indicating that nntplink is not
118     part of INN, closes: #88120
119   * depend on awk, closes: #87618  Note, I will *not* change the compress
120     definition in innshellvars, see README.Debian for details.
121   * only execute rnews in cron if it exists, so that removing but not purging
122     inn2 doesn't generate excessive email, closes: #89853
123   * postinst forces owner of default log files to be correct, closes: #98490
124   * enable support for ovdb, closes: #96612
125   * remove references to non-existent newslog(8) man page, clean up wildmat(5)
126     references, closes: #90993
127   * apply patches from Tollef Fog Heen for gnupg use in signcontrol and use
128     safer temp file handling, closes: #99021, #99242
129   * the inn2 package really can't do anything about the way conffiles are
130     handled by dpkg when moving from inn to inn2.  inn and inn2 are distinct
131     packages to Debian, despite their similar heritage, closes: #97443
132
133  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Aug 2001 13:48:38 -0600
134
135 inn2 (2.3.1-4) unstable; urgency=low
136
137   * make /etc/news/filter/* conffiles, closes: #85315
138   * update build-depends, changing perl5 to libperl-dev
139
140  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Feb 2001 15:30:56 -0700
141
142 inn2 (2.3.1-3) unstable; urgency=low
143
144   * conflict with current and prior versions of suck, since they use innxmit
145     in a way that no longer works, resulting in data loss as per bug 83727.
146     Reassign that bug to suck for implementation of a real solution.
147   * update the init.d script to use rc.news as upstream intends for start and 
148     stop operations, since it handles the current set of INN daemons better 
149     than our previous attempt to use start-stop-daemon does, closes: #84438
150   * tag /etc/news/send-uucp.cf as a conffile, closes: #83282
151
152  -- Bdale Garbee <bdale@gag.com>  Mon,  5 Feb 2001 16:04:12 -0700
153
154 inn2 (2.3.1-2) unstable; urgency=low
155
156   * update send-uucp.pl's idea of where innshellvars.pl is, closes: #83194
157   * go back to symlinks instead of moving inews and rnews, closes: #83224
158   * have preinst clean up /usr/lib/news/bin/filter dregs, closes: #83515
159   * have inn2-inews conflict/replace inn2 prior to 2.3.1 to account for moving
160     some files, closes: #83622
161
162  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Jan 2001 17:32:17 -0700
163
164 inn2 (2.3.1-1) unstable; urgency=low
165
166   * new upstream release.  thank you Marco d'Itri <md@Linux.IT> for help with 
167     this update
168   * revert send-uucp to the upstream version, deliver Perl version as
169     send-uucp.pl, closes: #81074
170   * add manual page for send-uucp.pl written by Mark Brown, closes: #81073
171   * in 2.3.0-1, we accidentally shipped active, active.times, and newsgroups
172     as real files in /var/lib/news.  Hack the preinst and postinst to protect
173     the files in place, and fix the mess.  While we're at it, fix a few other
174     details in the postinst.  Closes: #81274
175   * update preinst warning and README.Debian to add an explicit pointer to the
176     NEWS file, which documents the 2.2 to 2.3 changes.  Fix a few out of date
177     items in README.Debian.  Closes: #81069
178   * fix path of required file in send-uucp.pl, closes: #81075
179   * move rnews and dependencies to the inn2-inews package, closes: #81268
180   * freshen PGPKEYS file from ftp.isc.org, fixes fr.* key and adds a new one,
181     closes: #81272
182   * pgpverify: use /etc/news/pgp as pgp/gnupg config dir and the syslog
183     socket instead of logger. (Md)
184   * innd/cc.c: added perl filter status patch (used by cleanfeed). (Md)
185   * debian/cron.d: added entry to reload incoming.conf and sample entries
186     for send-nntp and send-uucp.pl. (Md)  closes: #81269
187   * debian/init.d: first try to gracefully shut down innd with ctlinnd. (Md)
188   * Changed /usr/lib/news/bin/filter to /etc/news/filter. (Md) closes: #81273
189   * Moved back the whole /etc/news/scripts to the standard location in
190     /usr/lib/news, none of these files is a conffile. (Md)  This improves the
191     postinst questioning considerably, closes: #81072
192   * Fixed permissions of many binaries and config files. (Md) closes: #82002
193   * inews is not installed suid (suggested by upstream maintainer). (Md)
194   * Renamed send-uucp.pl.1 to send-uucp.pl.8. (Md)
195   * lose the "Recommends: trn | news-reader" on the inn2 package, it's not
196     particularly useful, and gets in the way for dedicated servers
197   * drop the "Suggests: inn2-dev" from inn2, the few who need it will find it,
198     and it confuses new users
199   * minor patch for actsyncd, closes: #80973
200   * inews now supports a -p option to set the port, closes: #22242, #68875
201   * touch the /var/lib/news/.news.daily file in the postinst to squelch the 
202     email about it being missing before nightly cron runs begin. closes: #76195
203   * suidregister is obsolete.  newer dpkg's include 'dpkg-statoverride', which
204     is a superior solution requiring nothing from the package.  closes: #81310
205   * configure storage.conf for tradspool configuration by default
206   * modify configure/configure.in slightly so build hostname isn't embedded
207     in inn.conf, et al
208   * don't force alt.test to exist, not all servers want it
209   * add code to the preinst to clean up the scripts tagged as conffiles that
210     will still be around from 2.3.0-1.  Sigh.
211
212  -- Bdale Garbee <bdale@gag.com>  Mon, 22 Jan 2001 17:23:45 -0700
213
214 inn2 (2.3.0-1) unstable; urgency=low
215
216   * new upstream version, closes: #69623
217   *   sendbatch appears to be fixed now, closes: #69561
218   *   innreport now appears to use png if gif isn't available, closes: #76169 
219   * thanks to John Goerzen for help cleaning up this release
220   * hack around need to have pgp installed at build time, closes: #69745
221   * add sanity checks for syslog files in the postinst, closes: #74707
222   * move all the scripts in /usr/lib/news that must be conffiles into /etc,
223     backfilling symlinks.  Closes: #57150
224   * built against perl-5.6, closes: #80703
225   * can't duplicate removal problem, closes: #77419
226   * update pgpverify's default notion of where to find pgp, closes: #78989
227   * ship the Perl send-uucp from Miquel van Smoorenburg, closes: #77836
228   * give inews more reasonable owner/group/perms, closes: #70856
229   * add another warning to the preinst since some file format changes defy
230     reasonable automation across the upgrade from pre-2.3.0 to 2.3.0, and some
231     manual actions will likely be required.
232   * as of 2.3.0, innshellvars now codes 'compress' as the path for the compress
233     program instead of an ugly token reporting that compress wasn't found if
234     there is no compress available at build time.  This will work if the 
235     non-free 'ncompress' package is installed.  Since some news sites still 
236     don't use gzip for uucp batches, this is probably the right default.  Note
237     added to the README.Debian file.
238     Closes: #77030
239
240  -- Bdale Garbee <bdale@gag.com>  Thu, 28 Dec 2000 16:17:47 -0700
241
242 inn2 (2.2.3-3) unstable; urgency=low
243
244   * leave the real inews executable in /usr/lib/news/bin, and symlink to it
245     from /usr/bin instead of moving it, to reduce breakage.  Closes: #68999
246   * do the same thing with rnews, for good measure
247
248  -- Bdale Garbee <bdale@gag.com>  Mon, 14 Aug 2000 02:58:39 -0600
249
250 inn2 (2.2.3-2) unstable; urgency=medium
251
252   * patch from upstream that fixes remote denial of service, closes: #66638
253   * provide /usr/sbin/ctlinnd as a symlink so ctlinnd is in root's path, 
254     closes: #67730
255   * update the README.Debian file to explain the situation with 'compress'
256     and indicate willingness to receive patch suggestions for making inn2
257     work better with uucp article transport, closes: #64284, #67629
258
259  -- Bdale Garbee <bdale@gag.com>  Sun, 13 Aug 2000 22:39:21 -0600
260
261 inn2 (2.2.3-1) unstable; urgency=low
262
263   * new upstream release, closes: #67635, #65492, #59345, #64405
264   * ensure control.cancel exists since we like usecontrolchan=true, 
265     closes: #57555
266   * add some verbage to the README.Debian about anacron, closes: #59664
267   * some of the code proposed by Raphael Bossek for the init.d is only
268     relevant for a 1.X to 2.X upgrade, and the rest could take quite a
269     while during boot.  I therefore don't think this belongs in init.d.
270     I'm adding the interesting checks to the postinst, closes: #62045
271   * provide PGPKEYS and some text about it in the README.Debian file,
272     closes: #66756
273
274  -- Bdale Garbee <bdale@gag.com>  Tue, 25 Jul 2000 01:23:14 -0600
275
276 inn2 (2.2.2.2000.01.31-4) frozen unstable; urgency=low
277
278   * add code to the postinst that calls 'hostname --fqdn' to make sure we can
279     determine the FQDN before we try to start the daemon.  Not doing this 
280     caused installs to fail on poorly-configured systems.  Closes: #64681
281   * target frozen since this was tagged important, and could indeed cause an
282     install or upgrade to fail in some (relatively rare?) cases.
283
284  -- Bdale Garbee <bdale@gag.com>  Fri, 26 May 2000 21:32:01 -0600
285
286 inn2 (2.2.2.2000.01.31-3) frozen unstable; urgency=low
287
288   * target frozen since these are release critical
289   * fix a variety of permission problems including /var/lib/news, 
290     closes: #61077
291   * permit world execute of /usr/bin/rnews, closes: #61409
292
293  -- Bdale Garbee <bdale@gag.com>  Thu,  6 Apr 2000 23:17:56 -0600
294
295 inn2 (2.2.2.2000.01.31-2) frozen unstable; urgency=low
296
297   * target frozen since one of these is release critical
298   * fix owner, group, and permissions of /var/run/news on fresh installs,
299     closes: #61030
300   * minor tweak to default inn.conf so build host isn't the value of pathhost
301     on new installs, closes: #60779
302   * fix owner, group, and permissions of /usr/bin/rnews so that it actually
303     works, closes: #58964
304
305  -- Bdale Garbee <bdale@gag.com>  Fri, 24 Mar 2000 01:01:57 -0700
306
307 inn2 (2.2.2.2000.01.31-1) frozen unstable; urgency=low
308
309   * target frozen since some of the bug fixes here qualify as release critical
310   * roll to current stable CVS snapshot to acquire bug fixes (some significant)
311     since 2.2.2 release, closes: #55581
312   * tag many scripts in /usr/lib/news/ as conffiles, so changes aren't lost on
313     upgrades.  This makes particularly good sense given the apparent upstream 
314     attitude that whacking scripts to configure a system is reasonable.  Add
315     lintian overrides since it calls conffiles under /usr errors.
316     Closes: #55723, #56385
317   * have inn2 "provide inn" so that other packages that depend on inn don't
318     get frustrated with us, closes: #56040
319   * add -L to innflags and turn controlchan on in default inn.conf (to match
320     what we're shipping in default newsfeeds file), closes: #56383, #56384
321   * don't remove /usr/lib/news explicitly in postrm, since other packages need
322     it, closes: #55467
323
324  -- Bdale Garbee <bdale@gag.com>  Mon, 31 Jan 2000 23:48:44 -0700
325
326 inn2 (2.2.2-4) frozen unstable; urgency=low
327
328   * change package names from inn to inn2 as part of Debian INN peace project,
329     which will reinstate 1.7.2 as 'inn'.  Target frozen so we ship both 1.7.2
330     and 2.2.2 with potato!
331   * add suitable conflicts with inn 1.X packages, leaving check for old 
332     versions in preinst along since it does no harm
333   * add task-news-server to help new installs target inn2 by default
334
335  -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jan 2000 11:07:16 -0700
336
337 inn (2.2.2-3) frozen unstable; urgency=low
338
339   * target frozen since this fixes multiple release-critical bugs
340   * inewsinn needs to provide inews, closes: #55349
341   * fix rnews path in all innshellvars flavors, closes: #55307
342   * since rnews uses nnrpdpostport, inews should also, closes: #54975
343   * allow inews to work when talking to servers that require authentication
344     for the "mode reader" command, closes: #31145
345   * add some more information to README.Debian, and include an explicit 
346     pointer to it from the upgrade check in the preinst
347   * remove needless leftover example maintainer scripts in debian/Examples
348
349  -- Bdale Garbee <bdale@gag.com>  Sun, 16 Jan 2000 14:43:12 -0700
350
351 inn (2.2.2-2) unstable; urgency=low
352
353   * move more config files and related man pages from package inn to inewsinn
354     so that inews works correctly, closes: #55159
355   * flag /etc/cron.d/inn as a conffile
356   * reviewing / closing bugs in inn reported against prior versions that are
357     fixed or no longer relevant in 2.2.2 ...
358   * innwatch startup is cleaner than it used to be, closes: #21586, #32416
359   * logging id different than it used to be, closes: #24504
360   * expire.ctl doesn't have sequence problem any more, closes: #37737
361   * Old hosts.nntp and hosts.nntp.nolimit are merged, closes: #48739
362   * nntpsend.ctl no longer specifies the path, closes: #49673
363   * startup works fine now, closes: #51944
364   * control.ctl template is new, and correct, closes: #54526
365   * crosspost and overview directories are correct, closes: #55062
366   * history corruption problem should be long since fixed, closes: #11614
367   * client timeout is set to 10 minutes in /etc/news/inn.conf file by default,
368     which seems pretty reasonable, and is easy to change.  Closes: #12358
369   * the ancient problem with ctlinnd rmgroup appears fixed, closes: #12559
370   * the current GetFQDN code appears to be coded to work in more cases than 
371     it once was, closes: #29695
372   * we use a cron.d script now, so send-uucp, et al, can be scheduled on any
373     desired interval.  Closes: #43016
374
375  -- Bdale Garbee <bdale@gag.com>  Sat, 15 Jan 2000 01:18:17 -0700
376
377 inn (2.2.2-1) unstable; urgency=low
378
379   * New upstream release.  Enough has changed since the 1.7.2 release that
380     this is repackaged entirely from scratch.  
381     Closes: #25936, #26255, #43546, #52672, #43896, #54609, #54759
382   * patch lib/parsedate.y to include "y2k fix" relating to acceptance of
383     articles with year of 1900.  Closes: #53813
384   * postinst no longer prompts on upgrades, closes: #26659, #44918, #37888
385   * much newer innfeed, now integrated with inn sources, closes: #14326
386   * install docs revised, formatted version provided, closes: #43898
387   * large warning in preinst about upgrades from prior revisions of Debian
388     INN package requiring manual intervention.  The degree of assistance
389     will improve in future uploads, but may never be fully automatic.
390
391  -- Bdale Garbee <bdale@gag.com>  Wed, 22 Dec 1999 02:22:33 -0700
392
393 inn (1.7.2-12) unstable; urgency=low
394
395   * update to reflect current policy
396   * inndstart *is* provided setuid root, closes: #51944
397   * fix path in nntpsend.ctl.5, closes: #49673
398   * if we're upgrading, don't stop to ask user, just use existing config
399     information, closes: #44918
400   * deliver Install.txt instead of Install.ms into the doc directory, 
401     closes: #43898
402
403  -- Bdale Garbee <bdale@gag.com>  Sun,  5 Dec 1999 20:46:07 -0700
404
405 inn (1.7.2-11) unstable; urgency=high
406
407   * patch to inews.c to fix buffer overrun problem from Martin Schulze
408
409  -- Bdale Garbee <bdale@gag.com>  Mon,  6 Sep 1999 13:35:19 -0600
410
411 inn (1.7.2-10) unstable; urgency=low
412
413   * rebuild to depend on perl 5.005, closes 41469, 41925, 41943.
414   * update postinst text to eliminate version bogosity, closes 41585.
415   * fix sample sendbatch, closes 41596
416   * fix source-archive clause in sample newsfeeds file, closes 37862.
417   * document nntpport, closes 28588.
418   * fix type of inet_addr to reflect current libc.
419
420  -- Bdale Garbee <bdale@gag.com>  Mon,  2 Aug 1999 01:22:23 -0600
421
422 inn (1.7.2-9) unstable; urgency=low
423
424   * fold in Roman Hodek's changes from his 6.1 NMU, closing 38621.  This
425     fixes an ugly i386 dependency in the way inn calls Perl.
426   * update perl dependency managment to try and cope with new perl policy
427
428  -- Bdale Garbee <bdale@gag.com>  Sat, 17 Jul 1999 17:13:05 -0600
429
430 inn (1.7.2-6) unstable; urgency=low
431
432   * new maintainer
433   * clean up a few lintian complaints
434   * folding in changes from Christian Kurz that he called -5.  We'll call this
435     -6 even though his changes were not widely distributed, just to avoid any
436     confusion:
437
438       Removed X-Server-Date-Patch as it's not needed.
439       default moderation address add to /etc/news/moderators (closes: #24549)
440       Inn now depends on perl (closes: #27754, #32313)
441       Added gunbatch for gzipped batches (closes: #29899)
442       Changed debian/rules so inncheck runs without errors.
443       Added Perl-Support to Inn (closes: #26254)
444       Changed the examples
445
446  -- Bdale Garbee <bdale@gag.com>  Wed, 26 May 1999 15:18:53 -0600
447
448 inn (1.7.2-4) frozen unstable; urgency=medium
449
450   * Fixes:
451     #21583: inn: inn must replace inewsinn
452     #20763: inn sends me `not running' and `now running' each night
453     #21342: inn: install probs
454     #21582: inn: incorrect prerm fail-upgrade action
455     #21584: inn: postinst doesn't know abort-upgrade
456     #20048: inn: poison and REMEMBER_TRASH patch
457     #21644: inn: a way to not receive certain groups
458   * Wrt bug #20763: the ctlinnd timeout in innwatch has been increased
459     to 300 seconds (5 minutes). Hopefully that is enough.. There is no
460     good alternative, the fact that INN is slow while renumbering is
461     a basic design flaw. (Though the abp-scheduler patch might help)
462
463  -- Miquel van Smoorenburg <miquels@cistron.nl>  Fri, 22 May 1998 19:52:55 +0200
464
465 inn (1.7.2-3) frozen unstable; urgency=medium
466
467   * Move moderators from inewsinn to inn. The server should keep the
468     moderators data, not inews.
469   * Fix lib/clientactive.c (still yucky, but should work..)
470   * Include latest pgpverify script, 1.9, and manpage
471   * Fix security hole (/tmp/pgp$$) in pgpverify script
472   * Fixes:
473     #18579: I can't uninstall INN package
474     #19776: inn.prerm buggy typos bah!
475     #18724: inn: /etc/init.d/inn contains sed that never terminates
476     #19206: inn: Crontab modifications not preserved
477     #20423: inn: error in removing
478     #20653: inn: Bug in send-uucp.pl, patch included
479     #20792: INN: Wrong sfnet maintainer
480     #20436: inn: on line 16 of the prerm script there is "fi" instead of "esac"
481
482  -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 15 Apr 1998 17:34:23 +0200
483
484 inn (1.7.2-2) unstable; urgency=low
485
486   * Change over to new crontab -l method
487   * Fix (pre|post)(inst|rm) scripts in several ways
488   * Fix inewsinn inn.conf installation
489   * Set NNRP_DBZINCORE_DELAY to -1
490   * Fix lintian warnings
491     Fixes:
492     #18120: inn: Inn's crontab file should be a conffile
493
494  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu, 19 Feb 1998 22:46:25 +0100
495
496 inn (1.7.2-1) unstable; urgency=low
497
498   * New upstream version
499   * Fix crontab -l | tail +4
500   * Fixes bugs:
501     #15889: /etc/news/inn.conf missing
502     #16128: manpage uncompressed
503     #15103: egrep incorrectly searched in /bin by innshellvars*
504     #14404: /usr/doc/$(PACKAGE)/copyright should not be compressed
505
506  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu,  5 Feb 1998 12:52:14 +0100
507
508 inn (1.7-1) unstable; urgency=low
509
510   * New upstream version
511   * Fixed bugs:
512     #9264: Unresolved dependency report for inn
513     #9315: inn: /etc/news/innshellvars* add /usr/ucb to the PATH
514     #9832: INN 1.5.1-1 throttled rmgroup really shreds active file ?
515     #10196: inn: inews complains about missnig subject header when there is one
516     #10505: Moderated postings fail 
517     #11042: error in /usr/doc/inn/inn-README
518     #11057: inn: Confusing/dangerous instructions
519     #11453: inn: max signature length
520     #11691: libc6
521     #11851: inn: Documentation for send-uucp.pl
522     #11852: inn: nntpsend looks for wrong config file
523     #11900: INN creates `local.*' by default
524     #11948: inn: nntpsend does not works
525     #12513: inewsinn should insert a linebreak
526     #13161: inn-makehistory - Bus error
527     #13425: inn: egrep moved to /bin
528     #13488: inewsinn: directs user to docs in a package it doesn't require
529     #13616: /etc/init.d/inn, /etc/news/hosts.nntp.nolimit are not conffiles
530     #13781: Can't feed by send-uucp.pl with ihave/sendme.
531     #13831: inn: scanlogs depends on hard coded path for egrep
532     #13899: inn: inn uses /usr/bin/egrep, grep doesn't provide that any longer
533   * Added BUFFSET fix
534
535  -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 22 Oct 1997 14:08:37 +0200
536
537 inn (1.5.1-5) unstable; urgency=high
538
539   * Fixed sendbatch script (comment in between backtics is illegal)
540   * libc6 version
541
542  -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 10 Sep 1997 16:31:37 +0200
543
544 inn (1.5.1-4) stable unstable; urgency=high
545
546   * Add new security patch (with fixed STRCPY): inn-1.5.1-bufferoverflow.patch4
547   * Applied null-pointer.patch from Michael Shields
548   * Upped SIG_MAXLINES in configdata.h to 8
549   * Fix inn-README (perl example). Fixes bug #11042
550   * Update inn-README and postinst to fix bug #11057
551   * Make ctlinnd addhist work in paused mode, and fail in throttled mode
552   * Change ID string
553
554  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu, 21 Aug 1997 12:37:48 +0200
555
556 inn (1.5.1-3) stable unstable; urgency=high
557
558   * Add changelogs to docdir
559   * innshellvars*: change /usr/ucb -> /usr/sbin (Bug#9315)
560   * Changed Recommends: pgp to Suggests: (Bug#9264)
561   * Fix inews to fallback on local moderators file (Bug#10505)
562   * Fix buffer overruns all over the place
563
564  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu, 24 Jul 1997 18:29:33 +0200
565
566 inn (1.5.1-2) frozen unstable; urgency=high
567
568   * Added security-patch.05 (mailx tilde exploit)
569   * inewsinn no longer conflicts: inn so installation should no
570     longer remove your original inn-1.4 package (and configuration).
571     Expect some dpkg trouble when upgrading from 1.4unoff4 to 1.5.1-2 though.
572   * Always create .incoming/.outgoing symlinks for backwards compat.
573   * Do not change ownerships/modes of existing directories
574   * Fix ownerships/modes of rnews, innd, inndstart, in.nnrpd
575   * Fix /etc/init.d/inn to comply with console messages standard
576   * Fix /usr/lib/news/bin/sendbatch
577   * Fix scanlogs not to nuke active file if log/news/OLD isn't there
578   * Console messages are a bit more standard now
579   * Use start-stop-daemon to kill innwatch in /etc/init.d/inn
580   * Fixed up inncheck - it almost doesn't complain anymore
581
582  -- Miquel van Smoorenburg <miquels@cistron.nl>  Mon, 28 Apr 1997 13:58:16 +0200
583
584 inn (1.5.1-1) unstable; urgency=low
585
586   * Upgraded to 1.5.1
587   * Fixed Bug#6387: expire-with-symlinks problem
588   * Fixed Bug#6246: inewsinn reconfigures on update
589   * Moved /var/spool/news,/var/lib/news back into package
590   * Saves removed conffiles in preinst, restores in postinst
591   * Set LIKE_PULLERS to DO
592   * Remove manpage stubs that are now real manpages
593   * Fix options to sendmail in _PATH_SENDMAIL
594   * Removed subdirectories from debian/
595   * create /var/log/news/OLD in postinst
596   * Fixed most if not all other outstanding bugs
597
598  -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 5 Feb 1997 10:58:16 +0100
599
600 inn (1.5-1) unstable; urgency=low
601
602   * Upgraded to 1.5
603   * Undid most patches to 1.4unoff4 because they are in 1.5 proper.
604   * Added security patch
605   * Added X-Server-Date: patch
606   * inn now depends on inewsinn
607   * Fixed all other outstanding bugs (well, almost).
608
609  -- Miquel van Smoorenburg <miquels@cistron.nl>  Tue, 17 Dec 1996 16:56:37 +0100
610
611 inn (1.4unoff4-2) unstable; urgency=low
612
613   * Added inn-dev package for libinn.a and manpages.
614   * Increased hash table size in expire.c to 2048 (was 128)
615   * Moved ctlinnd to /usr/sbin
616   * Moved to new source packaging scheme
617
618  -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 06 Oct 1996 15:38:30 +0200
619
620 INN (1.4unoff4-1) - Miquel van Smoorenburg <miquels@cistron.nl>
621
622  * Took out the Linux 1.2 patches I put in unoff3.
623  * added the 64 bits patch (for Linux/Alpha)
624  * There are some other minor patches for Linux/Alpha
625  * Added "xmode" as alias for "mode"
626  * Using MMAP and setsockopt() now - NEEDS 1.3 kernel !
627
628 INN (1.4unoff3-1) - Miquel van Smoorenburg <miquels@cistron.nl>
629
630  * Took inn1.4sec-8 and 1.4unoff3, folded in some Linux and
631    other patches.
632  * Changed all makefiles to support a "prefix" variable for install
633  * Removed the hacks in debian.rules for installation
634  * Locks are in /var/run/innd
635  * Rewrote post install script.
636
637 inn (1.4sec-8); priority=MEDIUM
638
639  * postinst configuration completely redone.  It now sets up a minimal
640    local installation for you.
641  * prerm now exists and shuts the server down.
642  * init scripts changed to System V scheme.
643  * Descriptions in control files expanded.
644  * Package now contains /var/lock/news, and uses /var/log (not /var/adm).
645  * inewsinn postinst looks at and can write /etc/mailname.
646
647 INN 1.4sec Debian 7 - iwj
648
649 * libinn.a, <inn/*.h>, inn-sys2nf and inn-feedone installed
650   (in /usr/lib, /usr/include and /usr/bin).
651
652 INN 1.4sec Debian 6 - iwj
653
654 * innwatch now started by /etc/rc.misc/news.
655 * inewsinn postinst minor typos fixed.
656 * Leftover file `t' removed from source and diff distributions.
657
658 INN 1.4sec Debian 5 - iwj
659
660 * Added documentation about making active and history files.
661 * Added monthly makehistory -ru crontab run.
662 * Made postinst always do  crontab -u news /etc/news/crontab  .
663 * Removed HAVE_UNIX_DOMAIN - AF_UNIX+SOCK_DGRAM still broken in Linux.
664 * Fixed /usr/lib/news/bin/inncheck to conform to our permissions scheme.
665 * Added manpage links for makeactive(8), makehistory(8), newsrequeue(8).
666 * /var/adm/news now part of package.
667
668 INN 1.4sec Debian 4 - iwj
669
670 * Added $|=1 to inewsinn postinst script; a few cosmetic fixes.
671
672 INN 1.4sec Debian 3 - iwj
673
674 * Removed `inet' groups from distrib.pats.
675 * Put more version number information in ../*.{deb,gz} filenames.
676 * Added Package_Revision field to `control' file.
677 * Rationalised debian.rules somewhat, and added `build' stamp file.
678 * Permissions rationalised.
679 * Changed /etc/rc.d/rc.news to /etc/rc.misc/news.
680 * postinst calls Perl as /usr/bin/perl.
681 * Added this Changelog.
682
683 INN 1.4sec Debian 2 - iwj
684 * inews moved to /usr/bin; rnews moved to /usr/sbin.
685 * fixed nntpsend not to use PPID variable (it's a bash builtin).
686
687 INN 1.4sec Debian 1 - iwj
688 Initial release, completely untested.