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