Imported Debian patch 2.3.1-79
[debian/makedev] / debian / changelog
index a94e71136963c941f9567345768c2c456660356f..ef9df3de5545194b4faa69a2090a98eeb36f7402 100644 (file)
@@ -1,3 +1,18 @@
+makedev (2.3.1-79) unstable; urgency=low
+
+  * have init script recognize udev as well as devfs, closes: #326083
+  * change 'hd' and 'sd' targets to create 16 drives worth of devices by
+    default, closes: #330218, #288129, #301367, #311678
+  * change 'hd' to create 24 partitions by default, closes: #300913
+  * change generic targets to use 'hd' and 'sd' instead of different numbers
+    of drives by default
+  * call cvt() function on all arguments, and have cvt() behave transparently
+    if handed a target that isn't a macro
+  * map null and zero to std in cvt(), closes: #296225, #296296
+  * move to debhelper compat level 4
+
+ -- Bdale Garbee <bdale@gag.com>  Thu,  6 Oct 2005 15:57:12 -0700
+
 makedev (2.3.1-78) unstable; urgency=medium
 
   * update postinst syntax for chown call to owner:group, closes: #300791