X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=222d6d7479ee54d018d19dc39b07613d8efe7bb7;hb=99d63817524714d68f2510ed262ff1cd6840abca;hp=8c203a7ebaf93552e9cc6fa4876febbc25e09bda;hpb=cdf394cc4498e09d3d2c1f46147d9dce82f5ec61;p=debian%2Fmakedev diff --git a/debian/changelog b/debian/changelog index 8c203a7..222d6d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,130 @@ +makedev (2.3.1-90) UNRELEASED; urgency=low + + * finish orphaning package by changing maintainer to Debian QA Group + * add Vcs entries to the control file + * clean up a few lintian warnings + + -- Bdale Garbee Wed, 21 Mar 2012 10:50:08 +0100 + +makedev (2.3.1-89) unstable; urgency=low + + * move to priority extra, closes: #522048 + * use dpkg --print-architecture instead of deprecated form, closes: #536540 + * eliminate explicit use of path for MAKEDEV calls in postinst + * update standards and debhelper version dependencies + + -- Bdale Garbee Thu, 30 Jul 2009 13:31:20 +0200 + +makedev (2.3.1-88) unstable; urgency=low + + * no need to squelch output of update-rc.d in preinst + * patch from Stefan Lippers-Hollmann to fix lirc fifos, closes: #472526 + + -- Bdale Garbee Thu, 08 May 2008 08:28:21 -0600 + +makedev (2.3.1-87) unstable; urgency=low + + * move cbm target to group floppy, closes: #462892 + * since we previously only ran update-rc.d to remove links on purge, they + may still be left around even though the init.d has been removed. Update + the preinst to call update-rc.d when upgrading to clean up this case, + closes: #465739 + + -- Bdale Garbee Thu, 14 Feb 2008 16:14:10 -0700 + +makedev (2.3.1-86) unstable; urgency=low + + * oops, fix a bashism I introduced in the postinst of -85, closes: #462769 + + -- Bdale Garbee Mon, 28 Jan 2008 09:20:22 +1300 + +makedev (2.3.1-85) unstable; urgency=low + + * fix cut'n'paste error in cbm target, closes: #437329 + * add lirc target, closes: #393575 + * add support for 'lpia' variant of i386 architecture, closes: #453505 + * patch to eliminate obsolete init.d conffile from Petter Reinholdtsen, + closes: #459677 + * update postinst to only attempt to make fb if the kernel is Linux, and + move chmod of /dev/tty[0-9]* after the forced creation of those devices + so postinst fails less particularly on kfreebsd, closes: #444979, #388270 + * major number for pktcdvd is now dynamic, don't try to create devices with + old/wrong major number, closes: #405819 + + -- Bdale Garbee Mon, 28 Jan 2008 00:18:41 +1300 + +makedev (2.3.1-84) unstable; urgency=low + + * add 'fd' to the list of targets created in the postinst, closes: #394863 + * ensure subdir exists before trying to make uinput, closes: #406890 + * add armel to the architecture list, closes: #408810 + * correct LSB-formatted init.d script meta info, closes: #386712 + * init.d script is no longer needed, so remove it. closes: #428222 + * add cbm target, closes: #437329 + + -- Bdale Garbee Fri, 28 Sep 2007 16:02:27 +0900 + +makedev (2.3.1-83) unstable; urgency=low + + * make urandom permissions match random, closes: #332983 + * fix typo in the LSBInitScripts support in init.d, closes: #378575, #386314 + + -- Bdale Garbee Wed, 6 Sep 2006 15:42:49 -0600 + +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 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 + * 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 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 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 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 + * fix from Frank Lichtenheld for missing arg in pmu target, closes: #301588 + + -- Bdale Garbee Sat, 26 Mar 2005 20:55:31 -0700 + makedev (2.3.1-77) unstable; urgency=medium * update udev handling on advice from Marco d'Itri. Handles more cases