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