Imported Debian patch 2.3.1-82
[debian/makedev] / debian / changelog
index f5f802cabb2c4f0d800f7f339aac469498034ce0..5903b1cafa45f998821f1f27da7ce2288d93ed5a 100644 (file)
@@ -1,3 +1,14 @@
+makedev (2.3.1-82) unstable; urgency=low
+
+  * create 32 md* devices instead of 16, closes: #367406
+  * Juhan Ernits patch to unify sed behavior across locales, closes: #363017
+  * add LSBInitScripts support to init.d script, closes: #376992
+  * patch from Ubuntu to ensure base tty* set exists in init.d, not just tty0
+  * remove the alias 'fd' as a shorthand for 'fd0 fd1' to allow the real fd
+    target to be reached, closes: #357143
+
+ -- Bdale Garbee <bdale@gag.com>  Thu,  6 Jul 2006 09:06:06 -0600
+
 makedev (2.3.1-81) unstable; urgency=low
 
   * add check for /dev/.udev in init.d at Md's request