fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / debian / changelog
index dc64552..eb52e27 100644 (file)
@@ -1,11 +1,44 @@
-xinetd (1:2.3.14-4) UNRELEASED; urgency=low
+xinetd (1:2.3.14-7) unstable; urgency=low
+
+  * Update init.d to test if ipv6 support is built in the kernel before
+    activating it by default (Closes: 472755).
+
+ -- Pierre Habouzit <madcoder@debian.org>  Wed, 26 Mar 2008 17:46:54 +0100
+
+xinetd (1:2.3.14-6) unstable; urgency=low
+
+  * Add patch from David Madore so that xinetd groks an -inetd_ipv6 mode, that
+    works like -inetd_compat but also listen on IPv6 addresses.
+    (Closes: 472436).
+
+  * debian/control:
+    + Bump standards-version to 3.7.3.
+    + update VCS-{Git,Browser} fields to reflect the reality.
+    + Fix Homepage field (http:// prefix was missing).
+
+ -- Pierre Habouzit <madcoder@debian.org>  Mon, 24 Mar 2008 12:48:39 +0100
+
+xinetd (1:2.3.14-5) unstable; urgency=medium
+
+  * woops fix wrong ordering of the sed arguments, thanks to madduck.
+    (Closes: 453371).
+
+ -- Pierre Habouzit <madcoder@debian.org>  Thu, 29 Nov 2007 09:29:55 +0100
+
+xinetd (1:2.3.14-4) unstable; urgency=low
 
   * Add Disable-services-with-a-duplicated-id.patch: if a service has the same
     id and is configured in both xinetd configuration directories _and_ in
     /etc/inetd.conf, the configuration (even if disabled) from xinetd
     directories takes precedence.
-
- -- Pierre Habouzit <madcoder@debian.org>  Wed, 28 Nov 2007 10:14:47 +0100
+  * /etc/default/xinetd wasn't installed anymore because of a typo:
+    debian/xinetd.defaults -> debian/xinetd.default.
+  * debian/xinetd.postrm: don't purge configuration that isn't ours on purge
+    anymore.
+  * Don't force inetd_compat for upgrades.
+  * Update README.Debian with informations wrt -inetd_compat in Debian.
+
+ -- Pierre Habouzit <madcoder@debian.org>  Wed, 28 Nov 2007 12:02:26 +0100
 
 xinetd (1:2.3.14-3) unstable; urgency=low