6bf096215d363639807848786bc45428f34d0805
[packages/xinetd.git] / debian / changelog
1 xinetd (1:2.3.14-4) UNRELEASED; urgency=low
2
3   * Add Disable-services-with-a-duplicated-id.patch: if a service has the same
4     id and is configured in both xinetd configuration directories _and_ in
5     /etc/inetd.conf, the configuration (even if disabled) from xinetd
6     directories takes precedence.
7   * /etc/default/xinetd wasn't installed anymore because of a typo:
8     debian/xinetd.defaults -> debian/xinetd.default.
9   * debian/xinetd.postrm: don't purge configuration that isn't ours on purge
10     anymore.
11
12  -- Pierre Habouzit <madcoder@debian.org>  Wed, 28 Nov 2007 10:14:47 +0100
13
14 xinetd (1:2.3.14-3) unstable; urgency=low
15
16   [ The let's try to provide inet-superserver upload ]
17
18   xinetd has an -inetd_compat mode that renders it suitable for being an
19   inet-superserver, instead of clumsily divert netkit-inetd. Enabling this
20   closes: 134955, 188232, 326975, 355417, 373157, 406190, 406660, 448617.
21
22   * debian/NEWS: explain the transition.
23
24   * debian/control:
25      + add Provides/Conflicts on inet-superserver.
26      + add dependency on update-inetd.
27      + add dependency on lsb-base.
28
29   * maintainer scripts:
30      + preinst: remove diversion of /etc/init.d/inetd.
31      + other: don't touch /etc/init.d/inetd anymore.
32
33   * debian/xinetd.defaults: enable inetd_compat mode, so that we can
34     legitimately provide inet-superserver.
35
36   * debian/xinetd.init:
37      + support the new INETD_COMPAT option.
38      + be lsb.
39
40  -- Pierre Habouzit <madcoder@debian.org>  Mon, 26 Nov 2007 22:24:09 +0100
41
42 xinetd (1:2.3.14-2) unstable; urgency=low
43
44   * Adopt package (Closes: 434357), thanks Thomas for your past work.
45   * debian/control:
46       + set myself as maintainer.
47       + add VCS-* headers.
48       + add Homepage header.
49   * debian/rules:
50       + make it slightly more modern.
51       + use pristine-tar.
52       + use debian/patches.
53   * Always use up2date config.{sub,guess}:
54       + add autotools-dev to the Depends;
55       + copy config.{guess,sub} from /usr/share/misc/;
56   * Unset TMPDIR in the initscript (Closes: 379400).
57   * Capitalize IP in the package Description (Closes: 414288).
58   * Fix typo in xinetd.conf(5), spurious `+': update
59     Documentation-fixes.patch (Closes: 413997).
60
61  -- Pierre Habouzit <madcoder@debian.org>  Mon, 26 Nov 2007 18:08:16 +0100
62
63 xinetd (1:2.3.14-1.1) unstable; urgency=low
64
65   * Non-maintainer upload.
66   * Update xinetd to use invoke-rc.d (Closes: 427892).
67
68  -- Pierre Habouzit <madcoder@debian.org>  Wed, 18 Jul 2007 18:38:26 +0200
69
70 xinetd (1:2.3.14-1) unstable; urgency=low
71
72   * New upstream release (closes: #342724).
73   * Updated config.guess and config.sub (closes: #342448).
74   * Comment about log_on_* in xinetd.conf (closes: #312663).
75   * Patch by Leo Weppelman <leo@wau.mis.ah.nl> on child.c
76     (closes: #342559)
77   * Patch for xconv.pl by Ron Murray <murrayr@dor.state.ma.us> to
78     process "#<off>#" lines (closes: #336023).
79   * Added configuration file for discard internal service
80     (closes: #309312)
81   * Bumped Standards-Version to 3.7.2
82   * Bumped debhelper compatibility level to 5.
83
84  -- Thomas Seyrat <tomasera@debian.org>  Tue,  9 May 2006 13:32:06 +0200
85
86 xinetd (1:2.3.13-3) unstable; urgency=low
87
88   * -stayalive option in /etc/default/xinetd instead of init script
89     to make behaviour change easier. (closes: #294665)
90   * Applied patch from Andreas Jochens <aj@andaco.de> to build
91     on amd64 with gcc-4.0 (closes: #297911)
92   * Run /etc/init.d/inetd in postrm only if it exists (closes: #295554)
93   * Fixed erroneous itox.8 man page (closes: #287814)
94   * Included xinetd.org FAQ as /usr/share/doc/xinetd/xinetd.org-FAQ.html
95   * Edited README.update-inetd (closes: #287821)
96   * Applied patch to xconv.pl by Javier Fernández-Sanguino Peña to fix
97     - what Amanda needs (closes: #167367)
98       (http://www.amanda.org/docs/install.html)
99     - numerically-specified services (closes: #176464)
100     - TCP Wrappers
101
102  -- Thomas Seyrat <tomasera@debian.org>  Thu, 10 Mar 2005 11:03:24 +0100
103
104 xinetd (1:2.3.13-2) unstable; urgency=low
105
106   * We now start xinetd with -stayalive by default to keep it
107     running even if no service is enabled. (closes: #270803)
108   * Modify Makefile.in to install xinetd.log manpage in section
109     5 instead of 8.
110
111  -- Thomas Seyrat <tomasera@debian.org>  Thu,  9 Sep 2004 14:39:20 +0200
112
113 xinetd (1:2.3.13-1) unstable; urgency=low
114
115   * New upstream release
116     - fixes factorized addresses in only_from (closes: #212533)
117   * inetd.conf doesn't get read by default anymore, too much trouble.
118     Removed -inetd_compat from /etc/default/xinetd (closes: #198585)
119   * "services" internal service was removed upstream, so we don't
120     need /etc/xinetd.d/xinetd anymore, nor documentation for these
121     internal services (closes: #242646)
122   * Bumped Standards-Version to 3.6.1 
123
124  -- Thomas Seyrat <tomasera@debian.org>  Sun, 18 Apr 2004 13:33:57 +0200
125
126 xinetd (1:2.3.12-2) unstable; urgency=high
127
128   * -1 was partially fucked up
129   * Applied patch on nvlists.c from upstream to fix segfault
130   * Added updated README.update-inetd
131   * -reuse is not needed anymore since 2.3.4, REUSE is on by default on
132     all services
133   * "xadmin" and "servers" internal services were removed upstream,
134     they don't appear anymore in /etc/xinetd.d/xinetd
135   * /etc/default/xinetd also gets removed when xinetd is purged
136
137  -- Thomas Seyrat <tomasera@debian.org>  Fri, 15 Aug 2003 16:06:10 +0200
138
139 xinetd (1:2.3.12-1) unstable; urgency=low
140
141   * New upstream release
142   * Bumped Standards-Version to 3.6.0
143   * Removed README.samba
144
145  -- Thomas Seyrat <tomasera@debian.org>  Thu, 14 Aug 2003 14:21:41 +0200
146
147 xinetd (1:2.3.11-2) unstable; urgency=low
148
149   * Attempt at using inetd.conf compatibility mode.
150     - No more "inetd.conf to xinetd.conf" autoconvert, now xinetd
151       reads inetd.conf after xinetd.conf
152     - inetd to xinetd transition should be seamless and inetd-started
153       services are not supposed to be broken (closes: #146908)
154     - No more debconf (we don't prompt user anymore, we rely on dpkg to
155       check for an existing xinetd.conf, and to prompt accordingly)
156       (closes: #183458)
157   * We install /etc/xinetd.d/, the (disabled) internal services
158     configuration files (Redhat-style), and the default xinetd.conf
159     considers them. (closes: #167726)
160   * Removed logrotate config file (we log through syslog per default)
161   * Removed logrotate from recommended packages
162   * Updated and simplified maintainer scripts
163   * Bumped Standards-Version to 3.5.10
164
165  -- Thomas Seyrat <tomasera@debian.org>  Mon,  9 Jun 2003 22:50:54 +0200
166
167 xinetd (1:2.3.11-1) unstable; urgency=high
168
169   * New upstream release
170      - Steve Grubb fixed memory leaks found with valgrind
171        (closes: #190217)
172   * Bumped Standards-Version to 3.5.9 
173
174  -- Thomas Seyrat <tomasera@debian.org>  Sat, 26 Apr 2003 16:26:45 +0200
175
176 xinetd (1:2.3.10-1) unstable; urgency=low
177
178   * New upstream release
179   * Bumped Standards-Version to 3.5.8
180   * Start daemon with -pidfile /var/run/xinetd.pid (closes: #172770)
181
182  -- Thomas Seyrat <tomasera@debian.org>  Mon, 13 Jan 2003 13:13:42 +0100
183
184 xinetd (1:2.3.9-1) unstable; urgency=low
185
186   * New upstream release
187   * Bumped Standards-Version to 3.5.7 
188
189  -- Thomas Seyrat <tomasera@debian.org>  Wed,  2 Oct 2002 10:25:33 +0200
190
191 xinetd (1:2.3.7-1) unstable; urgency=high
192
193   * New upstream release
194      - urgency=high to supersede NMU.
195      - includes security fix corrected in 2.3.6-1.1.
196   * Applied two patches for 2.3.6 from Steve G. fixing some
197     "redirect without server line" service issues. (closes: #155990)
198
199  -- Thomas Seyrat <tomasera@debian.org>  Tue, 13 Aug 2002 15:05:05 +0200
200
201 xinetd (1:2.3.6-1.1) unstable; urgency=high
202
203   * Non-maintainer upload by Security Team
204   * Applied a patch from SolarDesigner to keep xinetd from leaking the
205     recently introduced signal pipe into services started from xinetd.
206   * Applied upstream bugfix to handle IPv6 addresses in config parser
207     (unfortunately, it was applied upstream to the 2.3.6 tarball which is
208     now different from ours)
209
210  -- Martin Schulze <joey@infodrom.org>  Tue, 13 Aug 2002 10:44:14 +0200
211
212 xinetd (1:2.3.6-1) unstable; urgency=low
213
214   * New upstream release (closes: #121044, #149114)
215   * Removed build dependency on perldoc (upstream now ships xconv.pl manpage).
216   * Included debconf template french translation.
217
218  -- Thomas Seyrat <tomasera@debian.org>  Mon,  5 Aug 2002 22:17:38 +0200
219
220 xinetd (1:2.3.5-1) unstable; urgency=low
221
222   * New upstream release
223   * New maintainer (closes: #153977)
224   * Minor debian/rules rewriting
225   * Bumped Standards-Version to 3.5.6.1. 
226
227  -- Thomas Seyrat <tomasera@debian.org>  Sun, 28 Jul 2002 16:51:39 +0200
228
229 xinetd (1:2.3.4-2) unstable; urgency=high
230
231   * The "aarrgghh, why can't upstream test their release?" release
232   * Three small address parsing fixes -- these are being punted upstream...
233     xinetd/addr.c:explicit_addr:    Set /32 to still be a masked addr
234                                     closes: #144672
235     xinetd/addr.c:factorized_addr:  Restart the parse at the right point
236                                     after the syntax check pass.
237                                     closes: #141453
238     xinetd/addr.c:addrlist_match:   Altered the "mask" check to remember to
239                                     apply the mask to /both/ halves of the
240                                     expression
241                                     closes: #145704
242   * Small change since I forgot to read the changelog carefully enough...
243     debian/init:                    Send HUP to reload config
244   
245  -- Daniel Silverstone <dsilvers@debian.org>  Fri,  3 May 2002 21:47:35 +0100
246
247 xinetd (1:2.3.4-1.1) unstable; urgency=low
248
249   * Non-maintainer upload.
250   * Update config.guess and config.sub (closes: #141653).
251
252  -- Colin Watson <cjwatson@debian.org>  Sun,  7 Apr 2002 23:51:53 +0100
253
254 xinetd (1:2.3.4-1) unstable; urgency=low
255
256   * New upstream version:
257     Lots and lots. Unsure exactly which bugs
258     in the debian bts it closes -- I'll need to look
259     more closely
260   * Give configure the --with-loadavg parameter. closes: #140619
261
262  -- Daniel Silverstone <dsilvers@debian.org>  Thu,  4 Apr 2002 23:53:54 +0100
263
264 xinetd (1:2.3.3-4) unstable; urgency=low
265
266   * Corrected reload issue in /etc/init.d/xinetd by making reload
267     and force-reload the same signal. (follows from removal of
268     soft reload in 2.3.1) closes: #127676
269
270  -- Daniel Silverstone <dsilvers@debian.org>  Sun,  6 Jan 2002 17:25:45 +0000
271
272 xinetd (1:2.3.3-3) unstable; urgency=low
273
274   * Integrated fixes to pt_BR template. closes: #120846
275   * Integrated fixes to de template 
276      (thanks to Stephan Baeckert of Pyramid Computer GmBH)
277   * Fixed implicit declaration of malloc() -- This sorts out an ia64
278      issue and therefore closes: #124399
279   * Fixed spelling mistake in control file (raised by mdz) closes: #125544
280   
281  -- Daniel Silverstone <dsilvers@debian.org>  Tue, 18 Dec 2001 08:38:04 +0000
282
283 xinetd (1:2.3.3-2) unstable; urgency=low
284
285   * Re-introduced debconf independance at the cost
286     of needing a lintian override.
287   * Cleared an issue with building on potato WRT pod2man
288
289  -- Daniel Silverstone <dsilvers@debian.org>  Tue, 25 Sep 2001 18:52:58 +0100
290
291 xinetd (1:2.3.3-1) unstable; urgency=high
292
293   * New upstream version
294     Changes of particular interest include:
295      o 2.3.1 - Applied Solar Designer's AUDIT patches
296              - Removed soft-reconfigure. reload is always hard.
297      o 2.3.2 - Fix a heap overrun issue.
298      o 2.3.3 - RPC parser works again.
299   * New Maintainer
300   * Fixed issue where xinetd.conf stomped on your configs by
301     making a backup somehow. closes: #110596
302   * Removed support for systems without debconf. This introduces
303     a dependency on debconf - sorry. closes: #90008
304   * Introduced a build dependency on perl-doc in order to build the
305     manpage for xconv.pl
306   * Provided POD documentation for xconv.pl
307   * Corrected a dodgy comment in xconv.pl closes: #108754, #108751
308   * Included brazilian debconf template translations courtesy of
309     Andre Luis Lopes <andrelop@ig.com.br> closes: #108548
310   
311  -- Daniel Silverstone <dsilvers@debian.org>  Fri, 31 Aug 2001 14:49:57 +0100
312
313 xinetd (1:2.3.0-1) unstable; urgency=high
314
315   * New upstream version (with a sane number, whee!).
316   * Included the German translation to the templates, closes: #95505.
317   * Use -reuse by default in the init script, closes: #97732.
318   * Includes the security fixes that wiggy applied to the stable version,
319     closes: #101201.
320   * Now recommends the proper syslogd virtual package, closes: #101629.
321   * Included the Spanish translation to the templates, closes: #103166.
322   * Polishing in the packaging.
323   * Orphaning the package.
324
325  -- Josip Rodin <jrodin@jagor.srce.hr>  Sun, 15 Jul 2001 02:55:56 +0200
326
327 xinetd (1:2.1.8.8.p3-2) unstable; urgency=low
328
329   * Added -x checks around lines that kill inetd, portmap, and xinetd init
330     script, because it can happen that those programs aren't there,
331     closes: #74759.
332   * Updated the template message about inetd.conf->xinetd.conf conversion,
333     closes: #78622.
334   * Standards-Version: 3.5.2: added DEB_BUILD_OPTIONS handling.
335   * Added version 2.0.54 to debhelper build-dependency because that's when
336     dh_installdebconf was introduced.
337   * Added logrotate among the recommended packages.
338
339  -- Josip Rodin <jrodin@jagor.srce.hr>  Sat, 17 Mar 2001 16:52:20 +0100
340
341 xinetd (1:2.1.8.8.p3-1) frozen unstable; urgency=low
342
343   * New upstream version, which includes just a few bugfixes, most of them
344     that aren't even related to Linux, but there is one which is rather
345     important:
346         Fixed a bug in the access lists.  If you specified a host by
347                 name in only_from, any connection from a host without
348                 a reverse dns entry would be accepted.
349     This means that security policies (e.g. denial of access) for such hosts
350     wouldn't be enforced, which is a very ugly security problem,
351     closes: #65757.
352   * Added a clear warning to the postrm in the case when you don't have
353     an init script for the original inetd anymore, saying you may need
354     to reinstall netbase package to fix it. As this may happen due to
355     severe breakage in an old xinetd package, it needs to be said,
356     closes: #60836.
357   * Clarified convert-inetd-conf template text to explicitely say that the
358     config file will get overwritten on every upgrade if you say "Yes" to
359     the question, and add two lines in postinst to explain how to make it
360     not regenerate anymore.
361   * Synced portmapper check with inetd's init script and enhanced the regexp
362     match to catch " # foo" comments, otherwise it may produce false warning.
363   * Moved the message about terminating all services to prerm, where it's
364     actually being done.
365   * Made update-rc.d run only on initial installs.
366   * Added debhelper to Build-Depends: and shortened the long description.
367
368  -- Josip Rodin <jrodin@jagor.srce.hr>  Fri, 16 Jun 2000 20:13:03 +0200
369
370 xinetd (1:2.1.8.8pre8-1) frozen unstable; urgency=low
371
372   * New upstream version, including only two bug fixes, one of which is a
373     Y2K fix in the date service (changed TIMEOFFSET macro), closes: #54795.
374     The second change is minor, a fix for problem when length of banner
375     name % 32 = 0, and banners fail to work.
376
377  -- Josip Rodin <jrodin@jagor.srce.hr>  Sun, 16 Jan 2000 17:09:48 +0100
378
379 xinetd (1:2.1.8.8pre6-1) unstable; urgency=low
380
381   * New upstream version, packaged only to fix the Y2K glitch in the
382     log file, closes: #53865.
383   * Adopted/tookover the package :) I hear Norbert is around, but he
384     hasn't contacted anyone regarding the package yet.
385   * Introducing debconf support, to ask about converting the config file,
386     and to warn about update-inetd malfunctioning. However, I didn't remove
387     the old method of asking the questions yet, just in case debconf
388     doesn't exist. Only Recommends: debconf. Plus, I had to re-route all
389     the messages to &2, because of debconf.
390   * Added the missing `k' in `syslogd' recommendation (doh!). Added
391     Build-Depends: libwrap0-dev.
392   * Moved the whole contents of preinst to postinst (that is, stopping of
393     inetd and portmap, and creating the diversion of inetd init file),
394     no need to abuse preinst for that.
395   * Use --background option for start-stop-daemon, to speed up loading,
396     thus having to depend on dpkg >= 1.4.1.17.
397   * Fixed some details in postinst, init.d, config, and copyright files.
398
399  -- Josip Rodin <jrodin@jagor.srce.hr>  Tue,  4 Jan 2000 23:54:08 +0100
400
401 xinetd (1:2.1.8.7-1) unstable; urgency=low
402
403   * Non-maintainer upload.
404   * Admitting the sad truth, i.e. marking the package as orphaned. Norbert
405     hasn't done an upload in some eleven months, and hasn't respondedÃ\82Â\85to
406     our NMUs and several e-mails in more than two months. :(
407   * New upstream version. It's from a completely different development
408     branch, versioned differently, so I had to introduce an epoch. :|
409     Note that we *have to* use this version because the previous one breaks
410     its own original license! Closes: #38361 #41386 #41568.
411   * Updated packaging files for the new autoconf stuff, patched configure.in
412     and Makefile.in to support install in custom non-existant directories,
413     included example xinetd.conf file in examples directory.
414   * Updated docs regarding the new xconv.pl script. Not using it in
415     postinst, at least not yet.
416   * Skipped all old patches, except the one for src/itox.c, which is now
417     forwarded/included in upstream package, with some others.
418   * Added --with-libwrap to configure flags, to link with libwrap0, as
419     suggested by the upstream author. From the README file:
420        When xinetd does access checking, it will first ask libwrap to check
421        /etc/hosts.allow and /etc/hosts.deny, then if libwrap accepts the
422        connection, xinetd will consult its own access control mechanism.
423   * Fixed postrm script to work on purge, and to remove /etc/init.d/inetd
424     (created in postinst) prior to un-diverting it (otherwise dpkg-divert
425     would bomb out, overwriting not allowed).
426   * Moved making the dummy /etc/init.d/inetd script to postinst, to
427     avoid the lintian error.
428   * Fixed s/daemon-dir/daemon_dir/ in README.update-inetd file.
429   * Updated itox.1 manual page, moved it to section 8 and to xinetd/
430     directory, and integrated it (and itox) in the Makefile install: rule.
431   * Updated the init script, made checkportmap() check in /etc/xinetd.conf
432     file (don't know whether the check is ultimately correct, though).
433   * Upgraded netbase dependency to 3.16-4, because the fixed update-inetd
434     script is included since that version.
435   * Doesn't recommend netstd anymore, apparently it no longer exists,
436     that closes: #49398 #49438.
437
438  -- Josip Rodin <jrodin@jagor.srce.hr>  Sat, 16 Oct 1999 19:14:14 +0200
439
440 xinetd (2.2.1-8.SD1.2) unstable; urgency=low
441
442   * Non-maintainer upload. (diff posted to Bug#45602)
443
444   * Add a dummy /etc/init.d/inetd script so netbase doesn't have to
445     worry about its files disappearing. (Fixes: Bug#45602)
446
447  -- Anthony Towns <ajt@debian.org>  Fri, 15 Oct 1999 11:56:03 +1000
448
449 xinetd (2.2.1-8.SD1.1) unstable; urgency=medium
450
451   * Non-maintainer upload (is Norber Veber MIA?).
452   * Updated for the new netbase/inetd stuff.
453     Fixes: #43161 #44537 #44529 #31500
454   * Depend on an appropriate netbase version because of the switch to
455     diverting /etc/init.d/inetd, and not diverting /usr/sbin/update-inetd. 
456   * Un-diverting is done in a sane way, I think. Postinst checks whether the
457     exact diversion still exists, and preserves the obsolete scripts, with
458     suffix ".xinetd.old", and then removes the diversion. The obsolete files
459     made this way are "rm -f"ed in postrm.
460   * Updated for Policy 3.x. Converted to debhelper for full Policy
461     compliance. Fixes: #44099
462   * Added rm -f /etc/xinetd.conf under purging in postrm, fixes: #36809
463   * Included Solar Designer <solar@false.com>'s SD1 patch from:
464     ftp://ftp.dataforce.net/pub/solar/xinetd-2.2.1-SD1.diff , fixes: #35166
465   * Reworked most of the maintainer scripts.
466   * The checkportmap() function, from the inetd's init script ought to
467     be changed to check in /etc/xinetd.conf file.
468   * Beautified debian/README* files, fixed some oddities in "SEE ALSO"
469     sections of the man pages.
470   * If this release doesn't break anything, I'll probably upload the newest
471     upstream version, from the alive branch.
472
473  -- Josip Rodin <jrodin@jagor.srce.hr>  Wed, 15 Sep 1999 20:27:55 +0200
474
475 xinetd (2.2.1-8) frozen unstable; urgency=high
476
477   * Bug #29951, Applied itox patch by Alain Nissen <Alain.Nissen@ulg.ac.be>,
478     it fixes two problems with itox.  It now understands user.group
479     notation, and ignores (no)wait.max.
480   * Bug #29650, changed a /* */ comment in preinst to a bash # comment :)
481   * Bug #29945, typo in the itox man page.
482   * Bug 29648, slattach is no longer killed when xinetd is stopped.
483   * Fixed a /tmp security problem which occured when xinetd was sent the
484     HUP signal (patch from Bugtraq by Marc Heuse <marc@SUSE.DE> slightly 
485     modified by me).
486
487  -- Norbert Veber <nveber@debian.org>  Sat,  5 Dec 1998 02:27:54 -0500
488
489 xinetd (2.2.1-7) unstable; urgency=low
490
491   * Fixed a spelling mistake in the change log :)
492   * Fixed #26546, a problem with postinst and the file-rc package
493
494  -- Norbert Veber <nveber@debian.org>  Sat, 10 Oct 1998 00:46:13 -0400
495
496 xinetd (2.2.1-6) unstable; urgency=low
497
498   * Fixed #24246, debian/files and debian/substvars is no longer included
499     with the deb.
500   * Fixed #24245.  This closes a security hole and policy violation in the
501     build process, also changed to -O2 while compiling.
502   * Fixes bug 23866 by diverting on both upgrade and install.
503
504  -- Norbert Veber <nveber@debian.org>  Sat, 25 Jul 1998 14:18:39 -0400
505
506 xinetd (2.2.1-5) frozen unstable; urgency=low
507
508   * Changed all scripts that stop xinetd so that they use SIGQUIT to kill the
509     server.  SIGTERM is the default, and this causes xinetd to kill all
510     child processes, which makes remote installation/maintenance impossible.
511   * Changed postrm so that it calls update-rc.d with the -f option (in case
512     /etc/init.d/xinetd is still present.
513   * changed prerm so that it stops /sbin/portmap instead of
514     /usr/sbin/rpc.portmap (which doesnt exist)
515   * Wrote a man page for itox
516   * Fixed /etc/init.d/xinetd reload/restart
517   * Added /etc/init.d/xinetd to list of conffiles
518
519  -- Norbert Veber <nveber@debian.org>  Sat, 13 Jun 1998 20:54:58 -0400
520
521 xinetd (2.2.1-4) frozen unstable; urgency=medium
522
523   * New developer
524   * Diverted /etc/init.d/netbase, fixes bug #19125
525   * /etc/init.d/xinetd now refers to itself by $0, bug #6860
526   * /etc/init.d/xinetd now looks for /sbin/portmap, bug #12021, #12047,
527     #14159, #17247, #18691, #20701, #22161
528   * Diverted /usr/sbin/update-inetd, the new update-inetd now tells the user
529     to manually edit /etc/xinetd.conf.  A new update-inetd that changes
530     the xinetd.conf will eventually be created.
531   * Created /usr/doc/xinetd/README-update.inetd which describes the above,
532     and gives pointers on what to put into xinetd.conf.
533   * Moved back to main (xinetd is free)
534   * Included ORIGINAL copyright, as is required by the license.  
535     It is in /usr/doc/xinetd/copyright.
536   * Created /usr/doc/README.samba which describes a fix/workaround to the
537     xinetd/nmdb bug (#20705 and #17907).
538   * No longer provides a default xinetd.conf.  It is nearly impossible to
539     generate one that will work on all systems, and still provides
540     useful services.  The user now has the choice of keeping the current
541     configuration, or converting inetd.conf.
542     This fixes half of bug #10059. :)
543
544  -- Norbert Veber <nveber@debian.org>  Tue, 9 June 1998 22:18:25 -0500
545
546 xinetd (2.2.1-3.1) non-free; urgency=low
547
548   * Developer back to Boris.
549
550  -- Adam Heath <adam.heath@usa.net>  Sun, 15 Mar 1998 15:33:59 -0500
551
552 xinetd (2.2.1-3) non-free; urgency=low
553
554   * Changed distribution.
555   * Bug#16310 fixed previously.
556
557  -- Adam Heath <adam.heath@usa.net>  Sat, 14 Mar 1998 03:31:50 -0500
558
559 xinetd (2.2.1-2) unstable; urgency=low
560
561   * Fixes lintian bugs.
562
563  -- Adam Heath <adam.heath@usa.net>  Mon,  9 Mar 1998 19:33:00 -0500
564
565 xinetd (2.2.1-1) unstable; urgency=low
566
567   * New upstream version
568
569  -- Adam Heath <adam.heath@usa.net>  Wed, 31 Dec 1997 02:53:10 -0500
570
571 xinetd (2.1.7-3.1) unstable; urgency=low
572
573   * Compiled for libc6
574
575  -- Adam Heath <adam.heath@usa.net>  Tue, 30 Dec 1997 17:50:01 -0500
576
577 xinetd (2.1.7-3) unstable; urgency=low
578
579    Changed preinst to ask if xinetd will be 
580     set up to load at boot time.
581
582  -- "Boris D. Beletsky" <borik@isracom.co.il>  Tue, 31 Oct 1996 23:13:34 +0200
583
584 xinetd (2.1.7-2) unstable; urgency=low
585
586    fixed bug #5022 (thks to llucius@millcomm.com)
587
588  -- "Boris D. Beletsky" <borik@isracom.co.il>  Tue, 29 Oct 1996 03:23:24 +0200
589
590 xinetd (2.1.7-1) unstable; urgency=low
591
592    * first release
593
594  -- "Boris D. Beletsky" <borik@isracom.co.il>  Sun, 23 Oct 1996 07:45:14 +0200