File: changelog

package info (click to toggle)
modconf 0.2.48
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 548 kB
  • ctags: 64
  • sloc: sh: 795; perl: 279; makefile: 119
file content (721 lines) | stat: -rw-r--r-- 27,423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
modconf (0.2.48) unstable; urgency=medium

  * Fix some XSI:sms in the scripts
  * Finally make the package auto-buildable after some prodding
    by means of RCness ;) (Closes: #235068) Upload with medium
    urgency for that fix
  * Some small clean-ups in debian/rules
  * Fix dependencies on modutils and module-init-tools
    thanks to Sebastian Schmidt (Closes: #295437)
  * Bug fix: "Starting modconf with Danish locale gives error messages",
    thanks to Morten Brix Pedersen (Closes: #286497)
  * Bug fix: "'man modconf' typos: "overriden" &
    "writting"", thanks to A Costa (Closes: #302753)
  * Remove the term 'GUI' from packages' description (Closes: #283799)
  * Escape some hyphens in manpages

 -- Frank Lichtenheld <djpig@debian.org>  Sat, 30 Apr 2005 22:57:41 +0200

modconf (0.2.47) unstable; urgency=low

  * source_eval can't assume that $sed is set. Define fallback.
    parse_commandline can't assume that write_it_down is available,
    so copy the complete function as a workaround.
    (Closes: #205153, #266955)
  * Set MODUTILSDIR for 2.6.x kernels correctly to etc/modprobe.d
    (Closes: #253645)
  * Recommpiled with kernel-source-2.4.27

 -- Frank Lichtenheld <djpig@debian.org>  Thu,  9 Sep 2004 00:28:12 +0200

modconf (0.2.46) unstable; urgency=low

  * The "some temporary solutions to get the RC bug fixed"
    release
  * Adopt this package until the exact maintainance
    is discussed (Closes: #262773) Since the package
    isn't part of the Debian installation process
    anymore, debian-boot probably isn't the right
    maintainer anymore
  * Acknowledge NMU by Javier Fernandez-Sanguino Pen~a
  * debian/control:
    - Change maintainer address
    - Add alternative depends on module-init-tools
      (versioned >= 3.1-pre2-1 for config file location)
    - don't build-depend on perl-base, it's essential
  * debian/postinst: remove, only set usr/doc symlink
  * debian/postrm: remove XSI:sm
  * modules/params:
    - Change config file location for 2.6 kernels to
      etc/modprobe.d (Closes: #256401) This is only a
      temporary solution, better leave this to modprobe
      if not otherwise commanded
  * Recompiled with kernel-source-2.4.26

 -- Frank Lichtenheld <djpig@debian.org>  Mon,  2 Aug 2004 01:02:00 +0200

modconf (0.2.45.1) unstable; urgency=low

  * NMU
    - Recompiled the package with kernel-source-2.4.25. Funny, though,
      since double quotes now go away (Closes: #227691)
    - debian/mkkerneldesc.pl now warns if you have not unpacked the kernel
      sources, unfortunately that's something that needs to be done by the
      user himself for the moment (but could be improved so that it's done
      in the package since only a few files are needed), this does not 
      close 235068 but improves the error messages.
    - Rewrote some entries in the Module-HOWTO based on information from 
      the new module HOWTO, this includes also the 'max_loop' parameter
      (Closes: #173734)
    - Module-HOWTO now says options for full_duplex in 3c59x are 0x200
      (Closes: #194926)
    - Added spanish translation of modconf provided by Ruben Porras
      (Closes: #206203)
    - Modconf.8 (all languages) now points to /usr/share/modconf instead of
    /usr/lib/modules_help (Closes: #233601)
    - Updated eval_sv.fixed with patch provided by Era Eriksson 
    (Closes: #191048)
    - Fixed typo (Accellerated -> Accelerated) (Closes: #191046)
    - Load /etc/modules-$KernelVersion or /etc/modules-2.6 if available
    as module-init-tools does (Closes: #225204)
    - Changed message regarding help page availability in eval_C.fixed,
    only updated the spanish translation though. (Closes: #127529,#178824)
    - mkpcmciadesc.pl now aborts if no parameter is given
    - Added some TODOs items regarding eval translations, HOWTO help 
      translation availability and the new module HOWTO

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sat, 20 Mar 2004 14:01:56 +0100

modconf (0.2.45) unstable; urgency=low

  * Kernel 2.6 support based on the latest patch in the bugreport, thanks to
    all submitters (closes: #192232)
  * new 2.6 compatible description harvesting method for mkkerneldesc.pl
  * Makefile cleanups: generic manpage installation rule, no duplicated
    mkkerneldesc.pl executions
  * added French manpage, thanks to Julien Louis (closes: #174833)

 -- Eduard Bloch <blade@debian.org>  Fri, 26 Dec 2003 17:06:43 +0100

modconf (0.2.44) unstable; urgency=low

  * Eduard Bloch
    - script to extract modules description from pcmcia-cs source
    - 58305 looks like the issue, fixed by me a while ago, closes: #58305
    - modified the description in loading step, closes: #127529
    - included modconf.8 from Julien Louis <arthur51@ifrance.com>, 
      closes: #174833
    - rewrote the manpage installation part to work more flexibly
  * Jordi Mallach
    - update Catalan templates
    - enable Catalan in Makefile. D'oh!
  * David Kimdon
    - fixup creation of summary_* variable name in mkpcmciadesc.pl
      so the shell isn't confused.
    - better regex in mkkerneldesc.pl to avoid identifying something
      like libdes.a as a module.
    - add build-deps

 -- Eduard Bloch <blade@debian.org>  Wed, 21 Aug 2002 10:41:49 +0200

modconf (0.2.43) unstable; urgency=low

   - clear screen properly when running in bterm, otherwise
     messages when loading modules on i18n boot-floppies are corrupted
     (closes: #137547)

 -- David Kimdon <dwhedon@debian.org>  Sun, 10 Mar 2002 08:25:38 +0100

modconf (0.2.42) unstable; urgency=medium

  * Eduard Bloch
    - unseting LC_MESSAGES before the final whiptail call
    - updated debian/control to depend on whiptail-provider, closes: #136000

 -- Eduard Bloch <blade@debian.org>  Sat,  2 Mar 2002 12:47:47 +0100

modconf (0.2.41) unstable; urgency=low

  * Jordi Mallach
    - updated Catalan templates
  * Claus Hindsgaul
    - updated Danish templates
  * Matt Kraai
    - update PLIP description (Closes: #94008)
  * Eduard Bloch
    - replaced \\" with ' in "-substitutions (Closes: #133017)
  * David Kimdon
    - indicate that you only need to configure modules when your cdrom
      is non-standard/non-ATAPI  (closes: #127526)
    
 -- Jordi Mallach <jordi@debian.org>  Sun,  3 Feb 2002 20:47:34 +0100

modconf (0.2.40) unstable; urgency=low

  * David Kimdon
    - $TempFile5 change in 0.2.39 wasn't working on all systems because 
    $TempFile5 wasn't always being initialized.  This lead to at least 
    an error message and probably had more serious consequances 
    (Closes: #123391)
  * Claudio Rodrigues <claudior@telemar-mg.com.br> 
    - update brazilian translation (Closes: #117641)
  * Claus Hindsgaul
    - fixed typo in eval_C.fixed
    - added Danish translation eval_da.fixed
  * Phil Blundell
    - build UTF-8 versions of messages files
  * Jordi Mallach
    - Added Catalan translation
  * Eduard Bloch
    - included a check to actually use the .utf-8 files
    - added a routine to load USB keyboard drivers when the keyboard has been
      locked
  * Marcin Owsiany
    - updated/fixed Polish translation

 -- Eduard Bloch <blade@debian.org>  Sun,  3 Feb 2002 18:10:38 +0100

modconf (0.2.39) unstable; urgency=medium

  * Eduard Bloch:
    - fixed a logical error in update_modules_conf (environment not inherited
      in the main shell). Saving the variables using $Tempfile5.
      Closes: #58007, Closes: #94536
    - Check for description beginning with -, prevents modconf from dying on
      malformed descriptions and undescripted modules containing an - in the
      name.
    - mkkerneldesc.pl: replacing ` with ', made problems with new descriptions
      in 2.4.14

 -- Eduard Bloch <blade@debian.org>  Tue, 20 Nov 2001 02:05:45 +0100

modconf (0.2.38) unstable; urgency=low

  * Gerhard Tonn
    - added s390 specific menu item
    - added descriptions for s390 modules 
    - chandev modules list for s390 generated dynamically

 -- Gerhard Tonn <gt@debian.org>  Sat, 10 Nov 2001 08:23:40 +0200

modconf (0.2.37) stable unstable; urgency=medium

  * To FTP maintainers: please decide in your own whether this release
    should go into stable or not. The only thing it fixes/changes is the
    manpage installation.
  * Eduard Bloch:
    - fixed Makefile broken Marcin Owsiany a while ago. The default manpage
      has been overwritten with the polish translation. I still wonder why
      nobody noticed this before. Closes: #117474
  * Gerhard Tonn
    - added missing copy of chandev.conf for s390

 -- Eduard Bloch <blade@debian.org>  Sun, 28 Oct 2001 12:53:27 +0100

modconf (0.2.36) stable unstable; urgency=high

  * Eduard Bloch:
    - included a check for /etc/locale.alias, resolving the LANG aliases.
      (Closes: #114057)
    - more secure tempfile handling, based on patch from 
      Colin Phipps <cph@cph.demon.co.uk> (Closes: #117283)
    - fixed bug in mkkerneldesc.pl, escapes " now.

 -- Eduard Bloch <blade@debian.org>  Sun, 28 Oct 2001 11:12:22 +0100

modconf (0.2.35) unstable; urgency=low
  
  * Marcin Owsiany:
    - added Polish manpage.
    - updated and corrected Polish translation of the 'eval' file.
  * David Kimdon
    - make Brazilian portuguese messages actually appear
      (closes: #113424) 
    - (from Eduard Bloch): removed wildcard from menu output result, which
      returned the wrong name on LANG != C (closes: #105648)
    - patch from Gerhard Tonn <GerhardTonn@swol.de> to support 
      s390 module configuration (closes: #114905)

 -- David Kimdon <dwhedon@debian.org>  Mon, 24 Sep 2001 19:03:03 -0700

modconf (0.2.34) unstable; urgency=low

  * Galacian translation contributed by jtarrio@trasno.net
    (closes: Bug#95851)
  * Brazilian portuguese translation contributed by 
    Andre Luis Lopes <andrelop@ig.com.br> (closes: Bug#113200)
  * Korean translation contributed by Ho-seok Lee <alee@debian.or.kr>
    (closes: #107985, #108007)
  * mkkerneldesc.pl now strips terminating comments in Makefile so we
    can handle lines like:
    obj-$(CONFIG_FOO) += foo.o # comment
  
 -- David Whedon <dwhedon@debian.org>  Tue,  8 May 2001 18:00:25 -0700

modconf (0.2.33) unstable; urgency=low

  * Umh... somehow there was .32 already, even though I checked the cvs
    diff it didn't look like it was uploaded already.  Will have to bump
    up the version number.
  * Whil I'm at it, I've capitalized the development team as well

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue,  6 Mar 2001 04:30:50 +0100

modconf (0.2.32) unstable; urgency=low

  * Updated Spanish translation (Jordi Mallach)
  * Removed bashism because ash doesn't like it.  Well, that's nothing
    new, right?  But even hiding it into some if [] clause is not
    appreciated by ash.  I thought it was a good idea...  reality again
    proved me wrong... (Closes: Bug#88413)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue,  6 Mar 2001 04:13:41 +0100

modconf (0.2.31) unstable; urgency=medium

  * Rewrote some module finding and naming code so modconf will work with
    Linux 2.4.x as well.  (closes: Bug#78924)
  * Added support for LC_MESSAGES in addition to LANG (closes: Bug#71875)
  * Applied patch from Peter Muir <muirp@ieels.com> to not truncate long
    modules names (caused problems with similar prefixes, like with alsa)
    (closes: Bug#63804)
  * Updated German translation (Joey)
  * Updated Croatian translation (Josip Rodin)
  * Updated French translation (Roland Mas)
  * Updated Japanese translation (Junichi Uekawa)
  * Updated Italian translation (Marco d'Itri, Eugenia Franzoni)
  * Updated Swedish translation (Mattias Wadenstein)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Thu, 22 Feb 2001 15:21:51 +0100

modconf (0.2.30) unstable; urgency=low

  * the "yes I'm a virgo" release
  * debian/copyright: fix copyright location
  * chmod +x /usr/share/modconf/{params,util}, why not, it has the '!#'
    on the first line (lintian)
  * debian/rules: use dpkg-gencontrol with -isp (lintian)
  * Makefile: somehow file had DOS line endings, fixed

 -- Adam Di Carlo <aph@debian.org>  Thu, 25 Jan 2001 20:43:45 -0500

modconf (0.2.29) unstable; urgency=low

  * Italian updates from Eugenia Franzoni (closes: Bug#74867)
  * debian/control: fix modconf override disparity

 -- Adam Di Carlo <aph@debian.org>  Thu, 25 Jan 2001 00:18:38 -0500

modconf (0.2.28) unstable; urgency=low

  * fix dir_descr_video text (closes: Bug#79419)

 -- Adam Di Carlo <aph@debian.org>  Tue, 23 Jan 2001 22:47:04 -0600

modconf (0.2.27) frozen unstable; urgency=medium, closes=68496 58705 63203 66879 55939

  * Module configuration, i.e. parameters, are not removed if a module
    fails or if a module gets removed (closes: Bug#68496, Bug#58705)
  * Added description for sb.o to eval_*.fixed files so it overwrites
    wrong description as grabbed from the kernel source (closes:
    Bug#63203, Bug#66879)
  * Added descriptions to eval_C.fixed for modules for which the script
    does not fetch descriptions from the kernel tree (closes: Bug#55939)
  * Removing a module will comment out its configuration.  I've decided
    not to remove the file and configuration entirely since the user may
    want to reuse it later.
  * Stop with that mega-NMU versioning, let's call this version 0.2.27

 -- Martin Schulze <joey@infodrom.ffis.de>  Thu, 10 Aug 2000 10:10:04 +0200

modconf (0.2.26.14) frozen unstable; urgency=low

  * Thanks to Dan Jacobowitz <dan@debian.org> for pointing out a serious
    flaw in the symlink mess modconf does. It should be fixed now.

 -- Randolph Chung <tausq@debian.org>  Sun, 23 Apr 2000 12:31:35 -0700

modconf (0.2.26.13) frozen unstable; urgency=low

  * Call update-modules with the force parameter to make sure the 
    modules.conf file gets regenerated

 -- Randolph Chung <tausq@debian.org>  Sat, 22 Apr 2000 16:20:12 -0700

modconf (0.2.26.12) frozen unstable; urgency=low

  * Well, it was almost fixed. modconf would create the modules.conf if it
    doesn't already exist only if we are not running with --target. This is
    now fixed. Really!

 -- Randolph Chung <tausq@debian.org>  Sat, 15 Apr 2000 19:38:19 -0700

modconf (0.2.26.11) frozen unstable; urgency=low

  * DOH DOH DOH... how many times can this package get messed up?
    I guess that's "release often, release early"... :P
  * modconf will not create a modules.conf file if the user installs modules
    with no arguments. This is now fixed.
  
 -- Randolph Chung <tausq@debian.org>  Mon, 10 Apr 2000 19:53:56 -0700

modconf (0.2.26.10) frozen unstable; urgency=low

  * Parse /proc/modules rather than $MODULESFILE to form
    $installed_module_list  so that modules loaded by modprobe
    dependancies are also marked as installed.
  * Look for kernel Makefile's in several common locations rather than
    only in /usr/src/linux.
  * use -C parameter on modprobe line so that it uses the right modules.conf
    file (closes: #61664, #61872)

 -- Randolph Chung <tausq@debian.org>  Sat,  8 Apr 2000 16:48:07 -0700

modconf (0.2.26.9) frozen unstable; urgency=medium

  * Always create a modules file, even if nothing is chosen; (closes: #57107)
  * Fixed a race condition in the script
  * Various syntactic changes to try to address some weird bug reports

 -- Randolph Chung <tausq@debian.org>  Mon,  7 Feb 2000 23:05:17 -0700

modconf (0.2.26.8) frozen unstable; urgency=low

  * Reuploaded for frozen too....
  * Fixed more typos... so much for release early release often... (needed
    for modconf to work properly, so are release critical)
  * Added a few more descriptions

 -- Randolph Chung <tausq@debian.org>  Tue,  1 Feb 2000 18:15:26 -0700

modconf (0.2.26.7) unstable; urgency=low

  * set libdir to if $Target/usr/share/modconf if dir exists, otherwise,
    fall back to /usr/share/modconf (fixes: Bug#56774)
  * don't step on ModuleHelp setting when its set from the '--libdir'
    switch (not to be confused with $libdir) above; use
    $Target/$ModuleHelp if it exists
  * workaround a busybox zcat bug

 -- Adam Di Carlo <aph@debian.org>  Tue,  1 Feb 2000 02:34:34 -0600

modconf (0.2.26.6) frozen unstable; urgency=high

  * Fixes serious bug where modconf doesn't work on boot floppies
  * Reorganized source code; split up into more managable pieces
  * Less annoying dialogs, more orientation info. (re: #55404 -- not all done)
  * Fixes console switching problem (closes: #56317)
  * General bug fixing; some are bugs that were fixed in previous
    releases (closes: #37912, #36069, #41776, #55939)

 -- Randolph Chung <tausq@debian.org>  Fri, 28 Jan 2000 21:47:04 -0700

modconf (0.2.26.5) frozen unstable; urgency=medium

  * New maintainer
  * Fixed release-critical bugs that made modconf not work on boot floppies
  * Cosmetic fixes

 -- Randolph Chung <tausq@debian.org>  Tue, 25 Jan 2000 19:14:27 -0700

modconf (0.2.26.4) unstable; urgency=medium

  * Non-maintainer version
  * Added ability to derive (partial) descriptions from kernel sources
  * Redo makefile to make it more flexible for changes
  * uses /usr/share/doc
  * General cleanups
  * Added $Target prefix to CFGFILE and MODULESFILE variables in script
  * Added info about autoprobes (closes: #36656)
  * Changed module install interface to be more intuitive (closes: #25374)

 -- Randolph Chung <tausq@debian.org>  Sat, 15 Jan 2000 00:08:20 -0700

modconf (0.2.26.3) unstable; urgency=low

  * Non-maintainer version
  * Applyed patch to fix spanish typos (closes: #35004)
  * Shortend some Czech messages whiptail would segfault)

 -- Petr Cech <cech@debian.org>  Mon, 15 Nov 1999 22:35:20 +0100

modconf (0.2.26.2) unstable; urgency=low

  * Non-maintainer version
  * Added more German and English description of modules
  * Adde even more German and English from Tim Weippert <weippert@centaur.de>

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 15 May 1999 01:24:59 +0200

modconf (0.2.26.1) stable; urgency=low

  * Non-maintainer version
  * Fixed some formating oddities in German translation

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat,  8 May 1999 22:42:01 +0200

modconf (0.2.26) frozen unstable; urgency=high

  * Fixes important bug (Bug#33313: Can't quit modconf) and must be used 
    on slink boot-floppies. Closes #33313

 -- Enrique Zanardi <ezanard@debian.org>  Tue, 23 Feb 1999 03:11:21 +0000

modconf (0.2.25) unstable; urgency=low

  * maintainer upload.
  * Updated eval_hr by Matej Vela.
  * Added eval_eo by Edmund Grimley Evans.

 -- Enrique Zanardi <ezanard@debian.org>  Fri, 19 Feb 1999 01:05:14 +0000

modconf (0.2.24.1) frozen unstable; urgency=high

  * NMU: add --tty option for 2.2 kernel support in boot-floppies.

 -- Eric Delaunay <delaunay@lix.polytechnique.fr>  Mon, 15 Feb 1999 20:50:51 +0100

modconf (0.2.24) frozen unstable; urgency=high

  * Updated eval_ja by Akira Yoshiyama.
  * Added eval_hr by Matej Vela.
  * Added descriptions for new devices. (Closes #31448)
  * Fixed description for ne2000 ISA cards. (Closes #21519, #30779)
  * Increased column width to deal with big module names (nls_iso*...).
    (Closes #25172)

 -- Enrique Zanardi <ezanard@debian.org>  Mon, 12 Jan 1999 19:28:07 +0000

modconf (0.2.23) frozen unstable; urgency=high

  * Modified to use update-modules. This fixes the "unable to remove
    pcmcia-cs on a fresh install" bug. (Bug reported against slink
    boot-floppies).
  * Added eval_it and eval_ja.
  * Added additional descriptions by ecki@lina.inka.de. (Closes #31000).

 -- Enrique Zanardi <ezanard@debian.org>  Sun, 27 Dec 1998 15:07:12 +0000

modconf (0.2.22) frozen unstable; urgency=high

  * Removed unneeded "read foo". With that line, the program apparently
    "hangs" while detecting the installed modules. (Bug reported against
    the boot-floppies). 

 -- Enrique Zanardi <ezanard@debian.org>  Mon, 21 Dec 1998 10:40:50 +0000

modconf (0.2.21) frozen unstable; urgency=high

  * Parse the command line before sourcing eval_* 
  * If it exists, use /target/bin/sed instead of /bin/sed.
  * This version fixes two grave bugs in slink boot-floppies, so it
    must go in slink.

 -- Enrique Zanardi <ezanard@debian.org>  Wed,  2 Dec 1998 16:29:35 +0000

modconf (0.2.20) frozen unstable; urgency=low

  * Really changed description for ne module (closes: Bug#21519).
  * Patched eval_de (patch from Harmut Koptein).
  * Added Spanish messages by Pedro Gracia <pedro@id-agora.com>.
  * Maintainer release (closes: Bug#28886).

 -- Enrique Zanardi <ezanard@debian.org>  Fri, 13 Nov 1998 14:06:31 +0000

modconf (0.2.19.1) unstable; urgency=low, closes=21519

  * Non-maintainer release
  * The user isn't queried for parameters if none is required
  * Additional spaces before and after the equal sign in a response will
    be removed before continuing.
  * Changed description for ne module (closes: Bug#21519)
  * Added eval_de file for a German version of modconf

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue,  3 Nov 1998 13:10:19 +0100

modconf (0.2.19) unstable; urgency=low

  * Added Czech messages by Pavel Makovec.

 -- Enrique Zanardi <ezanard@debian.org>  Thu, 15 Oct 1998 17:26:23 +0100

modconf (0.2.18) unstable; urgency=low

  * Added i18n patches by Christophe Le Bars.
  * Use "chown 0.0" instead of "chown root.root" to avoid warnings during
    installation. (Closes Bug#26774, Bug#25372).
  * As the Linux Module-HOWTO is unmaintained since a long time ago, I
    have included here the last version, removing a source dependency on
    doc-linux-text.
    
 -- Enrique Zanardi <ezanard@debian.org>  Sat, 19 Sep 1998 21:27:08 +0001

modconf (0.2.17) frozen unstable; urgency=high

  * Added --exclude-section (boot-floppies need that option!),
  * Added manpage. fixes: Bug#5997
    
 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Thu, 26 Mar 1998 13:23:13 +0000

modconf (0.2.16) unstable; urgency=low

  * Updated Standards-Version
  * Updated FSF address

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Thu, 12 Feb 1998 11:34:22 +0000

modconf (0.2.15) unstable; urgency=low

  * Fixed mistake in /usr/sbin/modconf

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Mon,  2 Feb 1998 18:51:26 +0000

modconf (0.2.14) unstable; urgency=low

  * Added --libdir option.
  * New maintainer.

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Sat, 31 Jan 1998 20:10:25 +0000

modconf (0.2.13.1) unstable; urgency=low

  * modconf: added patches by Bruce Perens to use whiptail instead of
    dialog.
  * non-maintainer version.

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Sat, 10 Jan 1998 12:20:38 +0000

modconf (0.2.13) unstable; urgency=low

  * modconf: mangle module name for calling post-install (#11131, #12156)
  * modconf: use tput when available (#11956, partially)
  * modconf: create TempFile using the tempfile command (#11836)
  * debian/rules: build package in binary-indep rule (#12489)
  
 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Wed, 24 Sep 1997 12:56:04 +0200

modconf (0.2.12) frozen unstable; urgency=low

  * modconf: new /etc/conf.modules parsing and editing; fixes nasty bugs
  * modconf: fixes bug with leading sapce in One_Restricted_Section
  
 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu,  5 Jun 1997 22:01:20 +0200

modconf (0.2.11) frozen unstable; urgency=low

  * mkdescr.pl: " were escaped too much (Bug#9986)
  * modconf: skip empty shell scripts
  * modconf: fixed expansion of truncated module names (don't load
             mcdx instead of mcd)

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 27 May 1997 01:14:06 +0200

modconf (0.2.10) frozen unstable; urgency=low

  * descr.additional: changed sbpcd info; SoundBlaster keyword doesn't
                                          work
  * eval: added summaries for b1pci, capi, capidrv, capiutil, hisax, 
                              kernelcapi, sc, softdog
          removed trailing dots
  * modconf: don't exit edit_arguments on missing description

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 20 May 1997 01:17:49 +0200

modconf (0.2.9) frozen unstable; urgency=low

  * descr.additional: added info for sbpcd
                      shortened entry for tulip
		      added entry for umsdos
  * Makefile: remove zcat workaround (zcat has been fixed)
  * eval: summary_isp16 changed
  * modconf: don't exit edit_arguments on missing description

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu, 8 May 1997 15:48:23 +0200

modconf (0.2.8) frozen unstable; urgency=low

  * descr.additional: removed baycom and xd entries
  * Makefile: feed gzip via stdin (busybox zcat limitation)
  * modconf: edit_arguments: changed infoBox to msgBox

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Fri, 25 Apr 1997 03:54:07 +0200

modconf (0.2.7) frozen unstable; urgency=low

  * modconf: use sh instead of ash (#8698)
  * eval: shortened ISDN description
  * eval: fixed some typos
  * eval: added summaries for baycom (#9044) and xd
  * eval: corrected CD device names
  * modconf: assume that the floppy is mounted at /floppy

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Fri, 25 Apr 1997 03:54:07 +0200

modconf (0.2.6) frozen unstable; urgency=low

  * modconf: parse NoParams lines and ignore them
  * modconf: show only 12 characters of module name as module menu keys
  * modconf: shorter Exit menu text in order to avoid line wrap

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu, 10 Apr 1997 17:25:07 +0200

modconf (0.2.5) frozen unstable; urgency=low

  * descr.additional: entry for g_NCR5380 added
  * modconf: corrected return code handling in module_args 
  * mkdescr.pl, modconf: added NoParams: flag for modules that cannot
    accept parameters (currently disabled)

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 8 Apr 1997 17:54:47 +0200

modconf (0.2.4) frozen unstable; urgency=low

  * store descriptions gzipped
  * create descriptions file from Module-HOWTO

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Sun, 6 Apr 1997 23:26:51 +0200

modconf (0.2.3) frozen unstable; urgency=low

  * modconf: replaced `find' and basename call ( --source mounted is 
             now used on the installation disks before loading base)

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Sun, 23 Mar 1997 20:19:15 +0100

modconf (0.2.2) unstable; urgency=low

  * module information is stored in only two files
  * debian/rules: don't use debmake
  * modconf: corrected return values for dialog interface functions
  * modconf: support installation from rescue/drivers floppy
    (needs support from boot-floppies 1.2.7)
  * modconf: can restrict the offered driver directories 
    (e.g. pcmcia, scsi, cdrom)
  * modconf: can load specified modules before or after the
    interactive selection
  * modconf: update to + immediately after installing a module

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Mon, 10 Mar 1997 22:09:34 +0100

modconf (0.2.1) unstable; urgency=low

  * Remove tset references, replace with ANSI sequences for now.
    Tset isn't on the boot floppy. Fix the '*' problem again, perhaps
    this time for good.

 -- Bruce Perens <bruce@beagle.pixar.com>  Sun, 8 Dec 1996 16:54:27 -0800

modconf (0.2.0) unstable; urgency=low

  * Remove bug that "*" appeared as a selection in an otherwise empty menu.
  * Add some module documentation.

 -- Bruce Perens <bruce@beagle.pixar.com>  Tue, 3 Dec 1996 19:41:38 -0800

modconf (0.1.0-4) unstable; urgency=low

  * Initial Release.

 -- Bruce Perens <bruce@beagle.pixar.com>  Tue, 3 Dec 1996 19:37:59 -0800