X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=599b953fc38c51de3dd3c144bcb9adaae49f2a58;hb=refs%2Ftags%2Fdebian%2F2.3.1-85;hp=ab5f1ecca0e1478fc71b9546fbe281dae4203b95;hpb=23738683c4817d18d0511fb933c66cfee15232c0;p=debian%2Fmakedev diff --git a/debian/changelog b/debian/changelog index ab5f1ec..599b953 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +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