Imported Debian patch 2.3.1-81
[debian/makedev] / debian / changelog
index a94e71136963c941f9567345768c2c456660356f..f5f802cabb2c4f0d800f7f339aac469498034ce0 100644 (file)
@@ -1,3 +1,39 @@
+makedev (2.3.1-81) unstable; urgency=low
+
+  * add check for /dev/.udev in init.d at Md's request
+  * create an 'alsa' target that suggests installing alsa-base, closes: #261439
+  * add 'mcelog' target, closes: #302047
+  * notify user if udev is detected and we're going to create devices other
+    than in pwd, closes: #313391
+  * add 'mtd' target.  don't add 'mtdblock', since it duplicates the existing
+    'rom' target, closes: #344789
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 11 Apr 2006 16:04:34 +0900
+
+makedev (2.3.1-80) unstable; urgency=low
+
+  * make armeb an alias for arm when picking generic target, closes: #333584
+  * change section from base to admin
+  * look for .udev/ in addition to .udevdb/ at Md's request
+  * add target 'fuse', closes: #344728
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 31 Jan 2006 06:49:21 +1100
+
+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