Imported Debian patch 2.3.1-77
[debian/makedev] / debian / changelog
1 makedev (2.3.1-77) unstable; urgency=medium
2
3   * update udev handling on advice from Marco d'Itri.  Handles more cases
4     and provides the ability to override the avoidance logic if environment
5     variable WRITE_ON_UDEV is set.  Urgency medium to help a new udev upload 
6     depending on this behavior get into sarge.  closes: #264421
7   * change hwrandom to hwrng, closes: #295324
8   * patch from Gaudenz Steinlin to add input/uinput support, closes: #294361
9   * remove README.Debian, since the content is obsolete
10
11  -- Bdale Garbee <bdale@gag.com>  Mon, 14 Mar 2005 16:53:32 -0700
12
13 makedev (2.3.1-76) unstable; urgency=low
14
15   * make ppc64 an alias for powerpc, closes: #282687
16   * add ttyB[0-7] to generic-hppa for console on K-class, etc, closes: #293705
17   * add initial support for uba*, closes: #278237
18   * add a target pmu duplicating pmu part of misc, closes: #267670, #277195
19   * fix man page bug with mcdx, closes: #285258
20   * add dac960_gam creation to dac960 target, closes: #272333
21
22  -- Bdale Garbee <bdale@gag.com>  Mon,  7 Feb 2005 13:47:00 -0700
23
24 makedev (2.3.1-75) unstable; urgency=low
25
26   * fix one more POSIX compliance issue in postinst, closes: #261477
27   * patch from Thomas Schmidt to fix problems in handling DVB devices,
28     which change major number at kernel 2.6.8, closes: #263136
29
30  -- Bdale Garbee <bdale@gag.com>  Wed, 18 Aug 2004 12:42:40 -0600
31
32 makedev (2.3.1-74) unstable; urgency=low
33
34   * add dac960 to generic-alpha, closes: #261320
35
36  -- Bdale Garbee <bdale@gag.com>  Mon, 26 Jul 2004 00:17:59 -0700
37
38 makedev (2.3.1-73) unstable; urgency=low
39
40   * support all three dasd partitions instead of just one, closes: #261347
41
42  -- Bdale Garbee <bdale@gag.com>  Sun, 25 Jul 2004 19:51:42 -0700
43
44 makedev (2.3.1-72) unstable; urgency=low
45
46   * fix typo in nnpfs0 creation, closes: #261012
47   * abort if not running Linux, just like if devfs detected, closes: #257037
48
49  -- Bdale Garbee <bdale@gag.com>  Fri, 23 Jul 2004 23:54:14 -0600
50
51 makedev (2.3.1-71) unstable; urgency=low
52
53   * incorporate NMU from Marco d'Itri ... thanks!
54   * handle arla change from xfs to nnpfs, closes: #257854
55   * sparc generic now needs fd, eliminate fd*-bare targets, closes: #257927
56   * fix some POSIX compliance issues in conditionals, closes: #259285
57
58  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2004 16:22:07 -0400
59
60 makedev (2.3.1-70) unstable; urgency=medium
61
62   * NMU to move /etc/udev/.dev/ to /.dev/, Conflict with udev <= 0.024-7.
63   * Do not fail if /proc is not mounted. (Closes: #246421)
64
65  -- Marco d'Itri <md@linux.it>  Thu, 27 May 2004 22:50:44 +0200
66
67 makedev (2.3.1-69) unstable; urgency=medium
68
69   * one more tweak to the udev detection
70   * put $tty back to 0666, use it for /dev/tty (instead of $public which is
71     group root) and for pty devices.  no other devices still use $tty...  It
72     turns out I already fixed the /dev/tty[0-9]* permissions way back in -59,
73     we just hadn't done anything in postinst to force them tighter on upgrade,
74     ergo the confusion in -67 and -68.  [large sigh]
75   * MAKEDEV creates /dev/tty[0-9]* as 0600, and mesg wiggles the group write 
76     bit, so make the postinst do 'chmod g-r,o= /dev/tty[0-9]*' instead of "o="
77
78  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2004 09:38:30 -0600
79
80 makedev (2.3.1-68) unstable; urgency=medium
81
82   * oops, we need to leave 'tty' as 0666 as we tighten the permissions on 
83     other tty* devices, closes: #245761, #245737, #244735, #245718
84   * mountpoint -q doesn't work in all cases to detect udev, try a different
85     approach, closes: #245777, #245739
86   * have the postinst do '/bin/chmod o= /dev/tty[0-9]*' to further address
87     the console DOS potential raised in bug #244751
88
89  -- Bdale Garbee <bdale@gag.com>  Sun, 25 Apr 2004 16:14:25 -0600
90
91 makedev (2.3.1-67) unstable; urgency=medium
92
93   * change default permission on tty devices from 0666 to 0660, which makes
94     denial of service attacks on the console by local users harder,
95     closes: #244751
96   * if udev is running and we're in /dev, relocate to /etc/udev/.dev/,
97     thus avoiding the need for a diversion, closes: #245441
98   * urgency cranked up to get these into testing soonish
99
100  -- Bdale Garbee <bdale@gag.com>  Fri, 23 Apr 2004 16:06:41 -0600
101
102 makedev (2.3.1-66) unstable; urgency=low
103
104   * make amd64 use generic-i386 instead of being unhandled, closes: #238486
105   * add support for mwave, closes: #229926
106   * rename intel_rng to hwrandom, closes: #234366
107   * add suport for making loop[0..255], closes: #227369
108   * add usblcd and cpad0 per lanana creation to usb target, closes: #184740
109   * force update of fb devices in postinst if kernel >= 2.4 and they already
110     exist, closes: #232108
111   * recognize 'drbd' as an alias for the 'nb' target, and up the default from
112     2 to 8 nb devices created, closes: #235676
113   * eliminate -V option from man page, closes: #235679
114   * add 'input' to generic-i386 and generic-ia64, closes: #238081
115   * add support for dvb, closes: #113602
116   * add support for tilb, closes: #140004
117   * add support for systrace, closes: #171640
118   * rework video1394 support to create video1394/[0-15] devices, closes: #178634
119   * add support for irnet, closes: #193179
120   * add ttyS4 to generic targets to ease PCI modem use, closes: #193938
121   * apply patch to improve tap device documentation in man page, closes: #198517
122   * make the long description a bit more verbose, closes: #210034
123   * add hiddev devices to usb target, closes: #214846
124
125  -- Bdale Garbee <bdale@gag.com>  Fri,  2 Apr 2004 02:56:04 -0700
126
127 makedev (2.3.1-65) unstable; urgency=low
128
129   * patch from John Darrah to avoid choking on Equinox serial ports which put
130     extra tokens on the line in /proc/devices
131   * patch from Henrique de Moraes Holschuh to protect against unexpected chars
132     in /proc/devices entries, closes: #224582
133   * use permission class 'dialout' for bluetooth devices, and increase 
134     robustness of the 'makedev' function, closes: #177118
135   * freshen fb targets to reflect new minor numbers, closes: #186486, #186410
136
137  -- Bdale Garbee <bdale@gag.com>  Sun, 25 Jan 2004 18:35:43 -0700
138
139 makedev (2.3.1-64) unstable; urgency=low
140
141   * change fb permissions from 0620 to 0660 to allow mmap I/O
142   * fix major number for hd[m-t] broken by typos, closes: #215443
143   * repair openprom lines broken by typo in 2.3.1-60, closes: #218165
144
145  -- Bdale Garbee <bdale@gag.com>  Tue,  2 Dec 2003 12:38:20 -0700
146
147 makedev (2.3.1-63) unstable; urgency=low
148
149   * fix MIME mangling of dpti patch, closes: #178266
150   * add support for video1394, closes: #178634
151   * add support for remaining ide controllers
152   * move from "." to ":" in chown calls, closes: #205365
153
154  -- Bdale Garbee <bdale@gag.com>  Sat, 23 Aug 2003 15:29:35 -0600
155
156 makedev (2.3.1-62) unstable; urgency=low
157
158   * patch from Stephen Frost to add tun support, closes: #147499
159   * patch from Matt Zimmerman to make ubd support match current UML usage,
160     closes: #174474
161   * patch from Don Armstrong that actually closes 158763, mistakenly closed
162     in 2.3.1-61... thanks to Eduard Bloch for pointing out my mistake.
163   * make -V provide useful output instead of the ancient upstream RCSID, as
164     per a non-BTS request from Jim Shofstall
165
166  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Dec 2002 14:39:33 -0700
167
168 makedev (2.3.1-61) unstable; urgency=low
169
170   * patch from Eduard Bloch to add i2o raid support for use by boot-floppies
171     on i386, closes: #158763, #144879
172
173  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Dec 2002 17:45:26 -0700
174
175 makedev (2.3.1-60) unstable; urgency=low
176
177   * remove xd[ab] from generic-ia64, closes: #168833
178   * add scd[01] to generic-m68k, closes: #157816
179   * abort postinst without action if devfs detected, closes: #152279
180   * make openprom world readable, closes: #157328
181   * use symlink function, not explicit ln -f, closes: #159443
182   * make rawctl and raw/raw* match structure in devices.txt, closes: #159863
183   * eliminate smapi, move thinkpad to /dev/thinkpad/thinkpad, closes: #165701
184   * fix broken for loop, closes: #167674
185   * add target ttyB and ttyB[0..7] for parisc mux card, closes: #168304
186   * add bluetooth target, closes: #163869
187   * stop forcing /dev/full to 0622 in postinst, closes: #162261
188   * move parsing of /proc/devices inside the update clause, closes: #159442
189   * add SuperH support, closes: #155132
190
191  -- Bdale Garbee <bdale@gag.com>  Thu, 12 Dec 2002 00:17:35 -0700
192
193 makedev (2.3.1-59) unstable; urgency=low
194
195   * add 'sunmouse' to generic-arm, closes: #141391
196   * add hd[abcd] to generic-hppa
197   * 2.3.1-48 tightened permissions on (virtual) consoles, but not allp ways
198     the devices could be created were caught.  finish cleaning up console
199     permissions, simplifying things a bit in the process, closes: #25847
200   * patches from Ian Zimmerman <itz@speakeasy.org> to eliminate dependencies
201     on programs that live in /usr/bin, closes: #147144
202   * rewritten man page for MAKEDEV from Chris Tillman, a vast improvement!
203     closes: #147324, #30809, #69056
204   * fix bashisms in first() and second(), closes: #151684
205
206  -- Bdale Garbee <bdale@gag.com>  Sat,  6 Jul 2002 10:31:04 -0600
207
208 makedev (2.3.1-58) unstable; urgency=low
209
210   * remove the word 'special' from the short description as it's redundant,
211     thanks to Hendrik Naumann for pointing this out while translating it.
212   * change default groups for irda devices to better match their use,
213     closes: #135207
214   * add support for ataraid using patch from Eduard Bloch, closes: #121863
215   * add support for cciss using patch from Matt Kraai, 
216     closes: #132864, #132975, #136016
217
218  -- Bdale Garbee <bdale@gag.com>  Sat,  2 Mar 2002 17:46:52 -0700
219
220 makedev (2.3.1-57) unstable; urgency=low
221
222   * use group dip for /dev/ppp, closes: #123251
223   * lose 'usbmouse' from the bus mice, since 10/32 is no longer a current
224     device as far as I can see.
225   * add target 'usb' which creates usb/{lp*,mouse*,ez*,scanner*}, usb/rio500,
226     ttyACM*, and ttyUSB* devices.  These are all the USB devices I see listed
227     in the 2.4.17 devices.txt file.  Since USB is a hotplug medium, 
228     mass-creation seems like a good strategy.  closes: #62222, #89932
229   * add target 'paride' which creates pd[abcd]*, pcd[0-3], pf[0-3] devices
230     in support of parallel port IDE controllers, closes: #113122
231   * add recognition of 'ppp', 'usb', 'ramdisk' when running MAKEDEV update, 
232     don't whine about 'lvm' since no makedev support is required, leave 'nbd'
233     unrecognized since I don't know what it is, closes: #113231
234
235  -- Bdale Garbee <bdale@gag.com>  Wed,  2 Jan 2002 15:34:19 -0700
236
237 makedev (2.3.1-56) unstable; urgency=medium
238
239   * add support for pktcdvd devices 0..3, closes: #99725
240   * add support for ppp device, closes: #101172
241   * add support for comedi devices 0..3, closes: #105417
242   * increase number of raw devices from 4 to 8, and add rawctl symlink to 
243     raw, closes: #106087, #108296, #117846, #85694
244   * set priority to medium since we'd like this in woody
245
246  -- Bdale Garbee <bdale@gag.com>  Fri, 23 Nov 2001 15:20:13 -0700
247
248 makedev (2.3.1-55) unstable; urgency=low
249
250   * add efirtc support, and add efirtc to generic-ia64 per Richard Hirst
251   * add busmice to generic-mips to support ps2 mouse on Indy, closes: #115578
252   * change some default permissions to improve consistency, closes: #114649
253   * add ubd target to create ubd[0..255] for user mode linux, closes: #114585
254
255  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Oct 2001 10:36:13 -0700
256
257 makedev (2.3.1-54) unstable; urgency=low
258
259   * add ttyS4 and ttyS5 to generic-ia64, needed for ACPI serial consoles
260   * cosmetic tweaks to address lintian warnings
261
262  -- Bdale Garbee <bdale@gag.com>  Wed, 26 Sep 2001 13:54:11 -0600
263
264 makedev (2.3.1-53) unstable; urgency=low
265
266   * add support for mipsel, closes: #97529
267   * update joystick major number to 13 consistently, closes: #96537
268   * recognize ide4 and ide5 during update, closes: #92995
269   * oops, /dev/cpu/microcode should be char, not block device, 
270     closes: #93160, #82720
271   * add rtc to generic-hppa, closes: #94246
272   * add 'raw' target for /dev/raw and /dev/raw[0-3], closes: #98064
273   * add 'cpu' target as an alias for microcode, and have it create enough
274     msr and cpuid devices for up to 4-way SMP, closes: #98266
275   * add 'intel_rng' target, closes: #99774
276
277  -- Bdale Garbee <bdale@gag.com>  Wed, 13 Jun 2001 13:40:04 -0600
278
279 makedev (2.3.1-52) unstable; urgency=low
280
281   * add support for hppa and ia64
282   * add support for s390, closes: #85228
283   * change m68k, sparc, i386, and powerpc generic targets for boot-floppies,
284     closes: #90995, #90996, #90997, #90999
285   * check for .devfsd in current dir, not /dev, since that's where MAKEDEV
286     creates devices, closes: #89857, #88050
287   * create a new target 'input' and add it to generic-powerpc to support the
288     new input subsystem currently used only for USB devices.  This addresses 
289     part of 62222 and 89932, and closes: #87854
290   * fix remaining lintian warnings
291
292  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Mar 2001 21:00:28 -0700
293
294 makedev (2.3.1-51) unstable; urgency=low
295
296   * patch to reduce noise from % in /proc/devices from Daniel Jacobowitz,
297     add a bail-out check at the top of the MAKEDEV script to exit before trying
298     to do anything if devfs is mounted... since MAKEDEV and devfsd don't mix!
299     closes: #78018, #78170, #78200, #81326, #81434
300     closes: #59513, #63458, #63953, #70648, #70737, #70961, #78127, #78497
301   * fix typo regarding ide4/ide5 when creating hd[k-l], closes: #80828
302   * fix backwards sunmouse/mouse linking, closes: #80871, #83035
303   * make /dev/random writeable, as per Ted Ts'o, closes: #81748
304   * add initial support for mips, closes: #82345
305   * add support for cpu/microcode, closes: #82720
306  
307  -- Bdale Garbee <bdale@gag.com>  Mon,  5 Feb 2001 20:59:26 -0700
308
309 makedev (2.3.1-50) unstable; urgency=low
310
311   * make /dev/agpgart in postinst if it's not already present, closes: #78216
312   * fix backwards symlink for smapi/thinkpad, closes: #78700
313   * use group dialout instead of private for ISDN devices, closes: #79594
314   * no fix yet for the %d sometimes in new kernel /proc/devices, release
315     anyway to get the above fixes in circulation
316
317  -- Bdale Garbee <bdale@gag.com>  Wed, 20 Dec 2000 10:57:49 -0700
318
319 makedev (2.3.1-49) unstable; urgency=low
320
321   * add raw1394 device, closes: #77946
322
323  -- Bdale Garbee <bdale@gag.com>  Sat, 25 Nov 2000 13:21:20 -0700
324
325 makedev (2.3.1-48) unstable; urgency=low
326
327   * tighten up permissions on /dev/tty[0-XX] and /dev/kbd, closes: #77168
328
329  -- Bdale Garbee <bdale@gag.com>  Sat, 25 Nov 2000 09:45:42 -0700
330
331 makedev (2.3.1-47) unstable; urgency=low
332
333   * incorporate changes from NMU's by Adam Di Carlo, closes: #74786
334   * the tap* devices are created in the netlink target, make tap* work on the
335     command line as aliases for netlink, closes: #70520
336   * increase number of i2c devices made from 2 to 8, closes: #71633
337   * add support for pcd parallel-port CDROM drives, closes: #74781
338   * change permissions of fb* devices to root.video 0620, closes: #77593
339   * the mix of devices created by makedev in various circumstances are not
340     unreasonable.  Closes: #59558
341   * the current framebuffer minor numbers match devices.txt in the 2.4.0 test
342     kernel sources, closes: #60688
343   * update postinst to always recreate /dev/console, so that the change from
344     a symlink between kernel versions 2.0 and later gets handled correctly,
345     closes: #60746
346   * modify init.d fragment to only create /dev/MAKEDEV if it isn't already a
347     symlink, closes: #63501
348
349  -- Bdale Garbee <bdale@gag.com>  Fri, 24 Nov 2000 19:34:16 -0700
350
351 makedev (2.3.1-46.2) stable unstable; urgency=low
352
353   * non-maintainer update
354   * argh, target stable and unstable
355
356  -- Adam Di Carlo <aph@debian.org>  Sun, 15 Oct 2000 14:01:16 -0400
357
358 makedev (2.3.1-46.1) unstable; urgency=low
359
360   * non-maintainer update
361   * 'symlink mcdx mcdx0' was reversed (one line patch)
362
363  -- Adam Di Carlo <aph@debian.org>  Sun, 15 Oct 2000 04:36:30 -0400
364
365 makedev (2.3.1-46) stable unstable; urgency=medium
366
367   * fix silly symlink loop between ram and ram1, closes: #69475, #69351
368   * fix similar symlink reversal between scd and sr devices, and make 'sr'
369     a valid target, not just when using 'update', closes: #69500
370   * change agpart to agpgart as per devices.txt, closes: #69319
371   * add sg* devices to generic targets that include SCSI, closes: #69231
372
373  -- Bdale Garbee <bdale@gag.com>  Tue, 29 Aug 2000 01:13:30 -0600
374
375 makedev (2.3.1-45) stable unstable; urgency=low
376
377   * incorporates work done by Martin Schulze <joey@finlandia.infodrom.north.de>
378     with my profound thanks.
379   * Added gscd and cm206cd device files, closes: #69057
380   * Corrected mcdx drivers, support all five drives, closes: #69058
381   * Corrected symlink creation (i.e. use symlink() instead of ln -s)
382   * Added /dev/toshiba (Toshiba laptop SMM support), closes: #54729, #59242
383   * Added sdc and sdd to generic-m68k since they were missing, closes: #61027
384   * Made joystick devices readable by everybody (closes: Bug#61499)
385   * Added '$opts' whenever $0 aka MAKEDEV gets called, thus `-n' is passed
386     to the child properly, closes: #63159
387   * Added hyphen `-' between i2c and the number as described by devices.txt, 
388     closes: #63523
389   * Fixed wrong creation of hdi hdj hdk and hdl, closes: #64881
390   * Added hdc and hdd to generic-powerpc since they were missing, 
391     closes: #65852
392   * Added support for ttyI and cui (ignored) to 'update' target by
393     modifying cvt(), closes: #66838
394   * Corrected a whole bunch of math errors where a `$' was missing, trying
395     to add 1 to 'minor', closes: #68915
396   * Fixed /proc/devices-parser to ignore slashes, closes: #31854
397   * Removed out-dated Replaces, closes: #61256
398   * Added audioctl, closes: #60755
399   * Added agpart, closes: #61084
400   * Adjusted 3dfx to have file mode $video instead of $audio
401   * Added ipmikcs (Intelligent Platform Management) with mode 0600 (mode
402     may be unpracticable), closes: #67431
403
404  -- Bdale Garbee <bdale@gag.com>  Tue, 15 Aug 2000 21:52:23 -0600
405
406 makedev (2.3.1-44) frozen unstable; urgency=low
407
408   * patch from tausq for a case I missed when converting expr to $(( )),
409     fixes problem creating sbpcd devices.  Target frozen since this was
410     marked release-critical.  Closes: #63585
411
412  -- Bdale Garbee <bdale@gag.com>  Sat,  6 May 2000 20:24:40 -0600
413
414 makedev (2.3.1-43) frozen unstable; urgency=low
415
416   * add invocation of '/sbin/MAKEDEV std' to postinst to ensure key devices
417     have proper owner/group/perms on upgrades, closes: #61367
418   * replace /dev/MAKEDEV references with /sbin/MAKEDEV references in the
419     postinst
420   * target frozen since broken perms on /dev/tty keeps xterm from working
421     which is very confusing and frustrating on upgrades.
422
423  -- Bdale Garbee <bdale@gag.com>  Wed,  3 May 2000 14:27:04 -0600
424
425 makedev (2.3.1-42) frozen unstable; urgency=low
426
427   * eliminate the use of expr, since it is in /usr, which may not be mounted
428     during system recovery when makedev is often needed.  Target frozen since
429     this was tagged release critical, closes: #62925
430
431  -- Bdale Garbee <bdale@gag.com>  Mon, 24 Apr 2000 22:27:18 -0600
432
433 makedev (2.3.1-41) frozen unstable; urgency=low
434
435   * Arrange for all scd* devices to have hardlinked sr* counterparts as per
436     devices.txt.  Target frozen since this is release critical, closes: #61862
437
438  -- Bdale Garbee <bdale@gag.com>  Fri,  7 Apr 2000 20:01:39 -0600
439
440 makedev (2.3.1-40) frozen unstable; urgency=low
441
442   * fix flakey code for discovering proper major numbers for several device
443     types.  This broke the raidtools postinst in some cases, which I think
444     makes this worth adding to frozen, even though there's no bug in the BTS
445     about it (problem reported and fixed during an IRC session).  There are
446     still a few potential major number problems in MAKEDEV, but they're all
447     for obscure devices that are not in devices.txt, and which I'll therefore 
448     probably remove entirely when rewriting makedev for woody.
449   * fix type, smtpe should be smpte, closes: #59061
450
451  -- Bdale Garbee <bdale@gag.com>  Sun, 19 Mar 2000 20:28:30 -0700
452
453 makedev (2.3.1-39) frozen unstable; urgency=low
454
455   * add missing major number clause to thinkpad/smapi device, closes: #57381
456     target frozen since this is clearly release-critical
457
458  -- Bdale Garbee <bdale@gag.com>  Wed,  9 Feb 2000 12:07:07 -0700
459
460 makedev (2.3.1-38) frozen unstable; urgency=low
461
462   * target frozen since 56724 was tagged release-critical
463   * rework ftape stuff to match 2.2 kernel device definitions, closes: #56724
464   * add code to create /dev/smapi and symlink it as /dev/thinkpad.  This can
465     be called as either smapi or thinkpad.  Closes: #54714
466   * add /dev/radio symlink to radio0, closes: #55649
467   * update the netlink target to create fwmonitor and the tap* devices,
468     closes: #54772
469   * add IRDA device support, closes: #47296
470
471  -- Bdale Garbee <bdale@gag.com>  Thu,  3 Feb 2000 23:51:58 -0700
472
473 makedev (2.3.1-37) unstable; urgency=low
474
475   * add openprom entry for Sparc systems, closes: #54296
476
477  -- Bdale Garbee <bdale@gag.com>  Fri,  7 Jan 2000 20:03:00 -0700
478
479 makedev (2.3.1-36) unstable; urgency=low
480
481   * fix cyclades target to make 32 instead of 33 devices, and update man page
482     to match what the code does, closes: #51892
483   * add st0/st1/scd0/scd1 to generic-i386 and generic-alpha to improve the
484     consistency across platforms, closes: #52871
485   * create an initial generic-arm target, anticipating the need as debian-arm
486     struggles to get ready to release with potato.
487   * update handling of network block devices (nb) so that specifying a single
488     device works as expected.  calling for 'nb' will give nb0 and nb1.  
489     Closes: #53781
490   * support digital joysticks (djs) in joystick/js target, closes: #53314
491   * update to current policy rev, add Build-Depends.
492
493  -- Bdale Garbee <bdale@gag.com>  Fri,  7 Jan 2000 02:14:24 -0700
494
495 makedev (2.3.1-35) unstable; urgency=low
496
497   * change group of video4linux devices to new group video appearing in
498     base-passwd 3.0.4, closes: 51429
499
500  -- Bdale Garbee <bdale@gag.com>  Sun, 28 Nov 1999 20:00:12 -0700
501
502 makedev (2.3.1-34) unstable; urgency=low
503
504   * re-craft 'ida' target the same way we did dac960 to allow the boot-floopies
505     folks to create just one or two cards worth.  Closes: #51341
506
507  -- Bdale Garbee <bdale@gag.com>  Fri, 26 Nov 1999 17:54:56 -0700
508
509 makedev (2.3.1-33) unstable; urgency=low
510
511   * add usbmouse support to busmice target, closes: #50326
512
513  -- Bdale Garbee <bdale@gag.com>  Tue, 16 Nov 1999 03:20:03 -0700
514
515 makedev (2.3.1-32) unstable; urgency=low
516
517   * add 'audio' to the targets for generic-i386, closes: #49935
518   * craft an initial generic-alpha target to make the boot-floppies stuff
519     work right.  For now, just clone the i386 target since I have no idea
520     what is really needed...  closes: #49934
521   * add support for creating ramN devices one at a time, closes: #49853
522   * add target 'consoleonly' that creates the minimum number of devices to
523     support /dev/console, and recraft the 'console' target to use it and then
524     add all the vcs* devices, et al.  Closes: #49852
525   * re-craft 'dac960' target to be a loop around targets dac960.[0-7] so that
526     boot-floppies creators can create just one or two cards worth of devices
527     instead of having to do them all.  Closes: #49864
528
529  -- Bdale Garbee <bdale@gag.com>  Mon, 15 Nov 1999 22:38:43 -0700
530
531 makedev (2.3.1-31) unstable; urgency=low
532
533   * fixes for major numbers on some oddball CDROM types, needed for boot disks
534
535  -- Bdale Garbee <bdale@gag.com>  Wed, 10 Nov 1999 23:58:56 -0700
536
537 makedev (2.3.1-30) unstable; urgency=low
538   
539   * fill in a few more audio devices, closes: #49107
540
541  -- Bdale Garbee <bdale@gag.com>  Wed,  3 Nov 1999 20:28:54 -0700
542
543 makedev (2.3.1-29) unstable; urgency=low
544
545   * the /dev/vcs* handling is correct, closes: #42035
546   * fix case construct for ht0, closes: #42519
547   * fix major number determination for several devices, closes: #43560
548   * add js2, js3 to joystick device creation, but leave owner/group/mode
549     the same as for mice until/unless some more compelling argument is
550     presented, closes: #43790
551   * improve consistency of vcs device creation, making vcs0 and vcsa0, with
552     symlinks for vcs and vcsa, closes: #45698
553   * add support for /dev/3dfx, closes: #48734
554   * /dev/sr* is obsolete, use /dev/scd*, closes: #32723
555   * RH 2.5 was merged as of 2.3.1-24, closes: #45153
556   * FHS compliance
557
558  -- Bdale Garbee <bdale@gag.com>  Sat, 30 Oct 1999 16:53:32 -0600
559
560 makedev (2.3.1-28) unstable; urgency=medium
561
562   * /o\ oops... -27 was broken badly.  Close 42355, 42359, 42361. 
563
564  -- Bdale Garbee <bdale@gag.com>  Tue,  3 Aug 1999 02:38:06 -0600
565
566 makedev (2.3.1-27) unstable; urgency=medium
567
568   * fix loop's major number, closes 38559.
569   * fix group of scd* to be cdrom, not disk.  Closes 41227, 41812.
570   * add vbi symlink, closes 39406
571
572  -- Bdale Garbee <bdale@gag.com>  Mon,  2 Aug 1999 00:59:19 -0600
573
574 makedev (2.3.1-26) unstable; urgency=medium
575
576   * fix another syntax error introduced in -25...  /o\
577
578  -- Bdale Garbee <bdale@gag.com>  Sat, 29 May 1999 03:12:32 -0600
579
580 makedev (2.3.1-25) unstable; urgency=medium
581
582   * fix *ugly* typos introduced in -24, closes 38489, 38465.
583   * update MAKEDEV to install the mouse -> sunmouse link in generic-sparc,
584     in addition to making it in the postinst if needed.  Closes 38432.
585   * have MAKEDEV exit with error 1 if we hit a "don't know how to make device"
586     situation.  I'm a bit concerned about this since it *might* break a
587     package postinst somewhere.  However, it is clearly the right thing to do
588     on a purely conceptual level.  Closes 29974.
589   * add support for Free S/WAN (IPSEC) device, closes 38372.
590
591  -- Bdale Garbee <bdale@gag.com>  Wed, 26 May 1999 14:00:29 -0600
592
593 makedev (2.3.1-24) unstable; urgency=low
594
595   * fold in patch from Espy to provide all the functionality of the RedHat
596     makedev 2.5.  Leave our version number as 2.3.1-XX for now, since we're
597     not actually cleanly derived from the 2.5 RedHat bits. Closes 37795, 28616.
598   * make 'scd' act like 'scd-all', closes 37071
599   * patch for postinst typo, closes 37612
600   * move MAKEDEV to /sbin, create an init.d fragment to put a symlink in the
601     /dev directory at boot time.  This should allow devfs to do its thing,
602     closing 37795, 33025.
603
604  -- Bdale Garbee <bdale@gag.com>  Wed, 26 May 1999 14:00:29 -0600
605
606 makedev (2.3.1-23) stable unstable; urgency=low
607
608   * fix problems with st* and adb pointed out by Hartmut
609
610  -- Bdale Garbee <bdale@gag.com>  Thu, 15 Apr 1999 08:39:39 -0600
611
612 makedev (2.3.1-22) unstable; urgency=low
613
614   * add 'hamradio' as a target, which is a macro for the new scc[0-7] and
615     bc[0-3] targets, closes 34773.  
616
617  -- Bdale Garbee <bdale@gag.com>  Wed, 14 Apr 1999 11:55:46 -0600
618
619 makedev (2.3.1-21) stable unstable; urgency=low
620
621   * make /dev/mouse a symlink to /dev/sunmouse on sparc, closes 35616
622   * have postinst create audio devices, closes 35646
623   * also create [alm] suffix versions for st* devices, closes 33041
624   * add support for hd[ijkl]... noticed while investigating bug 33798
625   * use the same owner/group/perms for nvram that we use for kmem, closes 34111
626   * add loop to the std device set, closes 34899
627
628  -- Bdale Garbee <bdale@gag.com>  Wed, 14 Apr 1999 11:13:47 -0600
629
630 makedev (2.3.1-20) stable unstable; urgency=medium
631
632   * release-critical fixes from Hartmut for powerpc, closes 34004
633
634  -- Bdale Garbee <bdale@gag.com>  Wed, 10 Mar 1999 07:51:08 -0700
635
636 makedev (2.3.1-19) frozen unstable; urgency=medium
637
638   * fix identification of 'sg' in update, closes the part of 33752 (grave)
639     that I can duplicate on i386 in -18
640
641  -- Bdale Garbee <bdale@gag.com>  Tue, 23 Feb 1999 07:44:30 -0700
642
643 makedev (2.3.1-18) frozen unstable; urgency=medium
644
645   * as requested by Wichert, have the postinst force /dev/kmem owner, group,
646     and permissions since this is a security issue, closes 33703.
647   * another patch needed for m68k slink boot floppies from Michael Schmitz
648
649  -- Bdale Garbee <bdale@gag.com>  Mon, 22 Feb 1999 22:56:47 -0700
650
651 makedev (2.3.1-17) frozen unstable; urgency=low
652
653   * Wichert points out that /dev/kmem doesn't need to be group writeable.
654
655  -- Bdale Garbee <bdale@gag.com>  Sat, 20 Feb 1999 16:12:29 -0700
656
657 makedev (2.3.1-16) frozen unstable; urgency=medium
658
659   * apply patch for m68k that is release-critical for slink
660
661  -- Bdale Garbee <bdale@gag.com>  Fri, 19 Feb 1999 20:07:05 -0700
662
663 makedev (2.3.1-15) frozen unstable; urgency=medium
664
665   * fix major number for sunmouse as per Eric Delaunay, closes 33425
666   * tighten default permission on mouse and joystick devices, closes 32378
667   * change audio devices to root.audio 660, closes 32849
668   * apply patch from Eric Delaunay to fix problem with scsi devices and 2.2
669     kernels, closes 32999
670   * target 'frozen' since the sunmouse fix at the very least should be in 
671     slink...
672
673  -- Bdale Garbee <bdale@gag.com>  Wed, 17 Feb 1999 16:53:41 -0700
674
675 makedev (2.3.1-14) frozen unstable; urgency=low
676
677   * additions from Eric Delaunay needed for sparc frozen, closes 32458
678
679  -- Bdale Garbee <bdale@gag.com>  Wed, 27 Jan 1999 13:54:31 -0700
680
681 makedev (2.3.1-13) frozen unstable; urgency=low
682
683   * make random/urandom available separately, not just in std, closes 32145
684
685  -- Bdale Garbee <bdale@gag.com>  Tue, 19 Jan 1999 21:27:14 -0700
686
687 makedev (2.3.1-12) frozen unstable; urgency=low
688
689   * add random/urandom to the std target, closes 31562 and 29193
690   * update manpage to indicate the manpage is out of date, I need to make a
691     chunk of time at some point to give it a thorough review/update.
692   * don't make /dev/cua*, fix group on /dev/ttyS*, closes 30867
693   * change postinst to use syntax that isn't bash-specific, closes 18807 
694     and 30849
695
696  -- Bdale Garbee <bdale@gag.com>  Sat,  9 Jan 1999 00:39:25 -0700
697
698 makedev (2.3.1-11) frozen unstable; urgency=low
699
700   * allow 16 sd's instead of 8, as the kernel does.  closes 30555.
701   * create hdc and hdd in generic-i386, and create 20 partitions per hd 
702     instead of 4, closes 30522.
703   * go back (forward?) to using 'u' instead of '[DHE]' in fd entries, 
704     closes 30438.
705   * add 'fb' to both the generic-i386 and generic-powerpc clauses, closes
706     29228
707
708  -- Bdale Garbee <bdale@gag.com>  Sat, 12 Dec 1998 08:10:22 -0700
709
710 makedev (2.3.1-10) frozen unstable; urgency=low
711
712   * instead of having the postinst explicitly link /dev/console, have it
713     call MAKEDEV if console doesn't exist.  Update MAKEDEV to know how to
714     link it for 2.0 kernels and prior, and create the explicit device for
715     2.1 and later running kernels.  Building this based on running kernel
716     revision doesn't feel clean, but I see no better way.
717
718  -- Bdale Garbee <bdale@gag.com>  Sun,  8 Nov 1998 18:49:30 -0700
719
720 makedev (2.3.1-9) frozen unstable; urgency=low
721
722   * fix postinst to cd to /dev so that devices don't end up in /, now that
723     we don't do the cd in MAKEDEV itself
724   * move 'generic' to 'generic-i386', and have 'generic' use dpkg to determine
725     which generic-<arch> to use... this paves the way for fixing support for
726     other architectures.
727   * Several changes per drow on IRC:
728       change MAXVT from 8 to 63
729       change sd[ab] to create 15 instead of 8 subdevices
730       fix char->block on one scd instance
731       diffs to add support for powerpc machines
732
733  -- Bdale Garbee <bdale@gag.com>  Sun,  8 Nov 1998 18:49:30 -0700
734
735 makedev (2.3.1-8) frozen unstable; urgency=low
736
737   * add support for ram0 to the ram* list (0 was omitted), part of 28933.
738   * device 'rtc' was part of 'misc', give it a top-level entry too to reduce
739     possible confusion.  Part of 28933.
740   * add an entry for 'initrd', closes 28933 (slink release-critical).
741
742  -- Bdale Garbee <bdale@gag.com>  Sun,  8 Nov 1998 10:18:37 -0700
743
744 makedev (2.3.1-7) frozen unstable; urgency=low
745
746   * now that MAKEDEV is a script, this can be an 'all' package instead of
747     an 'any'.  Thanks to Hartmut Koptein for pointing this out.
748
749  -- Bdale Garbee <bdale@gag.com>  Fri,  6 Nov 1998 11:42:58 -0700
750
751 makedev (2.3.1-6) frozen unstable; urgency=low
752
753   * add ttyS entry so update works with recent 2.1 kernels
754
755  -- Bdale Garbee <bdale@gag.com>  Mon,  2 Nov 1998 21:47:34 -0700
756
757 makedev (2.3.1-5) frozen unstable; urgency=low
758
759   * fix typo affecting fb devices, closes 28742
760   * fix syntax used for wildcarded devices, part of closing 28769
761   * fix error in minor numbers for isdn-ippp, part of closing 28769
762
763  -- Bdale Garbee <bdale@gag.com>  Sun,  1 Nov 1998 23:09:45 -0700
764
765 makedev (2.3.1-4) frozen unstable; urgency=low
766
767   * add support for additional scd and sg devices, closes 28029.
768   * change device names for busmice back to what we used in makedev-1.*, which
769     is also what the kernel documentation uses.  Closes 28143.
770   * add support for various devices in contemporary kernels, closes 27720.
771
772  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Oct 1998 23:41:58 -0700
773
774 makedev (2.3.1-3) unstable; urgency=low
775
776   * use 'dialout' instead of 'serial' to select owner/group/perms for ISDN
777     devices, closes 27536
778   * use 'dialout' as group for serial devices instead of 'uucp' to be 
779     compatible with prior Debian makedev packages. 
780
781  -- Bdale Garbee <bdale@gag.com>  Wed,  7 Oct 1998 22:50:36 -0600
782
783 makedev (2.3.1-2) unstable; urgency=low
784
785   * fix scd-all and sg-all entry points.  The latter is just an alias for 'sg',
786     but the former was genuinely missing.  Switch sg devices to numeric suffix
787     to comply with kernel's devices.txt.  Closes 27490.
788   * close 26586, since I'm pretty sure it's a weirdy not caused by the package.
789   * add ISDN devices, closes 26971.
790   * add cfs0 for CODA, closes 23815.
791
792  -- Bdale Garbee <bdale@gag.com>  Tue,  6 Oct 1998 00:33:59 -0600
793
794 makedev (2.3.1-1) unstable; urgency=low
795
796   * New upstream version.  This is a *significant* change!
797     This is a move (back?) from the short-lived makedev that depended on a     
798     non-free parser to the one that is just a shell script.  We will now be    
799     more like other Linux distributions, no longer depending on a non-free     
800     hunk of code to build the makedev package, and some porting and other      
801     issues will get better.                                                    
802   * With the major change in upstream code, several bugs are not relevant 
803     any more.  Therefore, close 12949, 18037, 18807, 20665, 22648, 22868, 
804     23771, 23898, 24477, 24572, 25660, 25840, 26058.
805   * add support for /dev/ptmx, built as part of pty*, closes 23612.
806   * add support for /dev/ed[ab], closes 23887.
807
808  -- Bdale Garbee <bdale@gag.com>  Sun,  6 Sep 1998 21:21:32 -0600
809
810 makedev (1.6-32) frozen unstable; urgency=medium
811
812   * serial devices now owned by root.dialout, closes 22297 (important)
813   * tape devices now owned by root.tape, closes 11910 
814   * be explicit about which 'ls' we're calling, closes 22225
815
816  -- Bdale Garbee <bdale@gag.com>  Fri, 22 May 1998 23:52:58 -0600
817
818 makedev (1.6-31) unstable; urgency=low
819
820   * add powerpc support, closes 21949
821   * lose the menu entry
822
823  -- Bdale Garbee <bdale@gag.com>  Sat,  2 May 1998 01:29:06 -0600
824
825 makedev (1.6-30) unstable; urgency=low
826
827   * change from debmake to debhelper
828   * fix errors and warnings reported by lintian
829   * deliver devices.sgml instead of trying to build the .txt and .html files,
830     closes bug 16953
831
832  -- Bdale Garbee <bdale@gag.com>  Mon,  9 Feb 1998 22:31:43 -0700
833
834 makedev (1.6-29) unstable; urgency=low
835
836   * add arpd device, on request of Elie Rosenblum <erosenbl@nyx.net>.
837
838  -- Bdale Garbee <bdale@gag.com>  Wed, 14 Jan 1998 09:42:14 -0700
839
840 makedev (1.6-28) unstable; urgency=low
841
842   * new maintainer
843
844  -- Bdale Garbee <bdale@gag.com>  Fri,  5 Dec 1997 23:22:57 -0700
845
846 makedev (1.6-27) unstable; urgency=low
847
848   * changed /dev/console handling. 
849   * updated devinfo to kernel 2.1.62 device list.
850   * changed all device with group "sys" to group "root".
851
852  -- Andreas Jellinghaus <aj@debian.org>  Sat,  8 Nov 1997 11:56:18 +0100
853
854 makedev (1.6-26) unstable; urgency=low
855
856   * fixed bug #13787 : amigamouse1 was not corrected by postinst.
857   * fixed ad devices.
858   * added nvram device, added ad* to std-hd-m68k, added ttyS4 and ttyS6
859     to m68k boot-floppies and m68k generic
860
861  -- Andreas Jellinghaus <aj@debian.org>  Thu, 16 Oct 1997 20:09:14 +0200
862
863 makedev (1.6-25) unstable; urgency=low
864
865   * bug #9077 is obsolete (kernel bug, fixed in kernel).
866   * libc6 release : closes bugs #12791 and #13122.
867   * fixed bug #12158 : added sr* and sg* devices.
868   * fixed bug #12385 : wrong standard number.
869
870  -- Andreas Jellinghaus <aj@debian.org>  Fri, 19 Sep 1997 16:12:32 +0200
871
872 makedev (1.6-24) unstable; urgency=low
873
874   * removed support for old floppy devices.
875   * only create generic floppy devices.
876
877  -- Andreas Jellinghaus <aj@debian.org>  Wed, 10 Sep 1997 10:31:53 +0200
878
879 makedev (1.6-23) unstable; urgency=low
880
881   * renamed isdn batches : isdn-xx is 8 devices, isdn-xx-all are 64
882     devices (isdn-io, isdn-tty, isdn-ippp, isdn-cu).
883   * increased numer to 5500 devices. (makedev is getting too large).
884
885  -- Andreas Jellinghaus <aj@debian.org>  Mon,  8 Sep 1997 21:40:11 +0200
886
887 makedev (1.6-22) unstable; urgency=low
888
889   * bugfix with cvstree (i forgot to commit befor tagging :-()
890
891  -- Andreas Jellinghaus <aj@debian.org>  Mon,  8 Sep 1997 21:30:08 +0200
892
893 makedev (1.6-21) unstable; urgency=low
894
895   * bugfix : out of memory. aarrgg : makedev has fixed size tables.
896
897  -- Andreas Jellinghaus <aj@debian.org>  Mon,  8 Sep 1997 21:28:24 +0200
898
899 makedev (1.6-20) unstable; urgency=low
900
901   * corrected problem with my own cvs tree
902
903  -- Andreas Jellinghaus <aj@debian.org>  Sun,  7 Sep 1997 16:54:10 +0200
904
905 makedev (1.6-19) unstable; urgency=low
906
907   * changed /dev/full to mode 0622 (0666 was a security hole, as
908                         discussed on linux-kernel).
909
910  -- Andreas Jellinghaus <aj@debian.org>  Sun,  7 Sep 1997 16:22:27 +0200
911
912 makedev (1.6-18) unstable; urgency=low
913
914   * added isdn-*-small devices (only 8 devices, not 64). 
915
916  -- Andreas Jellinghaus <aj@debian.org>  Fri, 22 Aug 1997 12:57:20 +0200
917
918 makedev (1.6-17) unstable; urgency=low
919
920   * close bug 6541 (missing audio device) : not reproduceable 
921   * generate random and urandom, if missing (bug #12134)
922   * enabled makedev to create more sg* and sr* devices (bug #12158)
923   * changed doubletalkt to dtlk as requested
924   * sd[a-h]16 removed (bug, sda16 = sdb, scsi only supports 15
925     partitions) 
926
927  -- Andreas Jellinghaus <aj@debian.org>  Sun, 17 Aug 1997 19:19:33 +0200
928
929 makedev (1.6-16) stable unstable; urgency=low
930
931   * security bug fixed : all mouse devices are now mode 600.
932
933  -- Andreas Jellinghaus <aj@debian.org>  Wed, 30 Jul 1997 10:31:04 +0200
934
935 makedev (1.6-15) unstable; urgency=low
936
937   * ibcs2 removed from generic set. revised ibcs2-unoff.
938
939  -- Andreas Jellinghaus <aj@debian.org>  Tue, 29 Jul 1997 13:13:43 +0200
940
941 makedev (1.6-14) unstable; urgency=low
942
943   * bug in postinst : type "MAKDEV" and "/dev/tty0" instead of "tty0" (#11441)
944   * stable version (libc5 compiled) for isdnutils
945
946  -- Andreas Jellinghaus <aj@debian.org>  Fri, 25 Jul 1997 10:12:14 +0200
947
948 makedev (1.6-13) unstable; urgency=low
949
950   * fixed menu entry (thanks to Abdallah Chatila <acha@poboxes.com>)
951
952  -- Andreas Jellinghaus <aj@debian.org>  Wed,  9 Jul 1997 21:33:55 +0200
953
954 makedev (1.6-12) unstable; urgency=low
955
956   * bug fix (changed doubletalk to class audio).
957
958  -- Andreas Jellinghaus <aj@debian.org>  Wed,  9 Jul 1997 09:45:38 +0200
959
960 makedev (1.6-11) unstable; urgency=low
961
962   * Fixed isdn devices (ippp were missing).
963   * No longer create isdn device as default (that is done by isdnutils).
964   * Added doubletalk device. Added more ibcs2 stuff.
965
966  -- Andreas Jellinghaus <aj@debian.org>  Tue,  8 Jul 1997 19:04:45 +0200
967
968 makedev (1.6-10) unstable stable; urgency=low
969
970   * fixed console device, added documentation.
971
972  -- Andreas Jellinghaus <aj@debian.org>  Wed, 25 Jun 1997 13:20:46 +0200
973
974 makedev (1.6-9) unstable stable; urgency=low
975
976   * Added comment about cua devices.
977
978  -- Andreas Jellinghaus <aj@debian.org>  Tue, 24 Jun 1997 09:21:20 +0200
979
980 makedev (1.6-8) unstable stable; urgency=low
981
982   * changed /dev/console to be a symlink to /dev/tty0.
983
984  -- Andreas Jellinghaus <aj@debian.org>  Sun, 22 Jun 1997 21:42:35 +0200
985
986 makedev (1.6-7) unstable stable; urgency=low
987
988   * fixed bug with possible /dev/console symlink.
989   * fixed bug with not always creating /dev/tty0. (xfree 3.3 need this)
990
991  -- Andreas Jellinghaus <aj@debian.org>  Thu, 19 Jun 1997 22:38:46 +0200
992
993 makedev (1.6-6) unstable; urgency=low
994
995   * fixed documentation (thanks to David Welton <davidw@efn.org>)
996   * patch for m68k from frank neumann included
997
998  -- Andreas Jellinghaus <aj@debian.org>  Mon,  9 Jun 1997 15:45:00 +0200
999
1000 makedev (1.6-5) unstable; urgency=low
1001
1002   * libc6 release
1003   * added postinst script to change tty/pty devices to new major
1004     numbers (the next time you boot).
1005   * changed all serial devices from root.dialout to uucp.dialout
1006   * added generic-ARCH batches
1007   * changed (u)random permissions from 444 to 644
1008   * corrected mcd/mcdx handling.
1009   * small bugfix in manpages.
1010
1011  -- Andreas Jellinghaus <aj@debian.org>  Thu, 24 Apr 1997 19:12:58 +0200
1012
1013 makedev (1.6-4) unstable frozen; urgency=low
1014
1015   * fixed manpage, added generic-m68k, added mfd0, changed framebuffer
1016         create both : fb[01] and fb[01]current, changed framebuffer
1017         class to mode 664. disabled adb (apple desktob bus).
1018         this fixes bug #9053
1019   * fixed mitsumi cdrom detection. 
1020
1021  -- Andreas Jellinghaus <aj@debian.org>  Wed, 23 Apr 1997 16:23:50 +0200
1022
1023 makedev (1.6-3) unstable frozen; urgency=low
1024
1025   * bug fixed : st?l devices (nor st?1). 
1026   * only create fd0 and fd1 with generic
1027   * seperated old device names to "-old" groups
1028   * not generating cm205cd by default
1029   * "boot-floppy" added with less devices
1030   * documentation in sgml and txt format
1031
1032  -- Andreas Jellinghaus <aj@debian.org>  Wed, 16 Apr 1997 12:58:56 +0200
1033
1034 makedev (1.6-2) unstable frozen; urgency=high
1035
1036   * new maintainer Andreas Jellinghaus <aj@debian.org> 
1037   * rewrote devinfo (according to linux allocated devices, 2.0.30,2.1.31
1038   * this fixes bug #8396 (isdn devices)
1039   * this fixes bug #8399 (don't generate cu* devices)
1040   * this fixes bug #7144 (device for goldstar cdrom - gscd)
1041   * this fixes bug #8173 (new names for floppy devices fd*)
1042   * this fixes bug #8068 (hd[efgh] devises added : now ide[0123])
1043     (this includes: renamed all floppy device (bug #8173),
1044   * this fixes bug #3493 (isdn devices)
1045   * this fixes bug #5542 (ttyS* group dialout, cu* not generated)
1046   * this fixes bug #6926 (loop back devices corrected)
1047   * this fixes bug #6983 (loop back devices creatable)
1048   * this fixes bug #7038 (mcd device creatable (only one))
1049   * this fixes bug #7754 (sr* devices are created for compatibility)
1050   * this fixes parts of bug #7783 (only new tty/pty are created)
1051   * bug #7755 obsolete (old cat file ? current man page is ok)
1052   * bug #8009 obsolete (disks 1997-04-04 are ok)
1053   * remove from generic : cua[0-3] lmscd ram sbpcd[9-15] vcs0
1054     added to generic: X0R aztcd beep bpcd cm205cd cm206cd exttrp gscd
1055       hd[efgh]* hitcd hwtrap initrd ippp* jbm loop* mcd md* modreq nsfd
1056       nst*[1am] optcd ram[0-7] ramdisk relay16 relay8 rtc sd[abcdefgh][9-16]
1057       sequence2 sg[0-7] sjcd socksys spx sr[0-7] st*[1am] tpqic* tty[13-63]
1058       ttyI[0-63] urandom vcs vcs[13-63] vcsa vcsa[13-63] watchdog
1059          (ca. + 600 devices, size + 11 k in a ext2fs)
1060
1061  -- Andreas Jellinghaus <aj@debian.org>  Sun, 13 Apr 1997 21:06:14 +0200
1062
1063 makedev (1.6-1) unstable; urgency=low
1064
1065   * New upstream version.
1066
1067  -- Bruce Perens <bruce@pixar.com>  Wed, 19 Mar 1997 20:40:17 -0800
1068
1069 makedev (1.5-4) unstable; urgency=low
1070
1071   * Add devices. Increase the maximum size of a batch from 32 to 1024.
1072
1073  -- Bruce Perens <bruce@pixar.com>  Tue, 17 Dec 1996 20:34:06 -0800
1074
1075 makedev (1.5-3) unstable; urgency=low
1076
1077   * Make hd[a-d][8-20] and sd[a-h][8-20]. Remove bad empty "omit" from
1078     makedev.cfg
1079
1080  -- Bruce Perens <bruce@pixar.com>  Sun, 8 Dec 1996 09:42:18 -0800
1081
1082 makedev (1.5-2) unstable; urgency=low
1083
1084   * Change class of ttySn devices to dialout.
1085   * Add ISDN.
1086
1087  -- Bruce Perens <bruce@pixar.com>  Fri, 6 Dec 1996 21:17:12 -0800
1088
1089 makedev (1.5-1) unstable; urgency=low
1090
1091   * Initial Release.
1092
1093  -- Bruce Perens <bruce@pixar.com>  Wed, 30 Oct 1996 20:36:44 -0800