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
|
module-init-tools (3.4-1) unstable; urgency=medium
* Package converted to quilt.
* New patch fix_empty_options prevents a segfault if $MODPROBE_OPTIONS
is defined but empty. (Closes: #463227)
* New alias: nfs4.
* Renamed alias net-pf-26 from llc to llc2, and commented all the
net-pf-* aliases which are built-in in 2.6.24. (Closes: #471856)
* Removed the built-in aliases xfrm-type-*.
* Tried harder to fix #428650.
* Made update-modules.8 unnecessarily verbose. (Closes: #441734)
-- Marco d'Itri <md@linux.it> Sat, 05 Apr 2008 03:00:24 +0200
module-init-tools (3.3-pre11-4) unstable; urgency=high
* Try harder to clean up the diversions. Apparently some old dpkg version
used to leave around diverted files which got removed. (Closes: #428650)
* Clean up after modutils by deleting /etc/rcS.d/S20modutils.
* Make update-modules complain about its uselessness.
-- Marco d'Itri <md@linux.it> Sun, 08 Jul 2007 22:59:13 +0200
module-init-tools (3.3-pre11-3) unstable; urgency=high
* The modutils diversions must be removed in postinst, because preinst
is run before the old files are removed. (Closes: #428650)
-- Marco d'Itri <md@linux.it> Wed, 13 Jun 2007 13:39:07 +0200
module-init-tools (3.3-pre11-2) unstable; urgency=high
* Disabled modutils compatibility, now the package conflicts with it.
* Removed the modutils_extension patch and extra/fixmanpages, which
dealt with modutils.
* New patch insmod-segv: prevents insmod from segfaulting if called without
an explicit path, courtesy of Mikko Ylinen. (Closes: #425458)
* Add .orig to the list of forbidden extensions. (See #295755.)
* Removed from preinst the code needed to upgrade from pre-sarge versions
of the package (< 3.1-pre2-1).
* Stop installing the TODO, FAQ, generate-modprobe.conf and modprobe.devfs
files because they are useless.
* New patch use_blacklist_doc to document the --use-blacklist command line
parameter.
-- Marco d'Itri <md@linux.it> Wed, 13 Jun 2007 04:11:34 +0200
module-init-tools (3.3-pre11-1) unstable; urgency=medium
* New upstream release. (Closes: #421115)
* Removed patch hotplug_blacklist: /etc/hotplug/blacklist.d/ is not
supported anymore.
* Removed backported patches: cmdline_opts_fix, format_64bit_fix.
* Depend on docbook-to-man, since pre-build man pages are not in the
upstream tree anymore.
* Fixed misc documentation issues. (Closes: #348121, #401972, #401973)
* New alias: binfmt-0064 [x86_64]. (Closes: #421978)
* Removed alias: binfmt-332 [x86].
-- Marco d'Itri <md@linux.it> Sun, 20 May 2007 19:44:47 +0200
module-init-tools (3.3-pre4-2) unstable; urgency=medium
* New aliases: net-pf-16-proto-*. (Closes: #411048)
-- Marco d'Itri <md@linux.it> Sun, 18 Feb 2007 17:53:37 +0100
module-init-tools (3.3-pre4-1) unstable; urgency=medium
* New upstream release (3.3-pre6), only bug fixes.
* Added patch cmdline_opts_fix to prevent passing command line options
to modules depended on. From Altlinux. (Closes: #336205)
* Added patch format_64bit_fix to fix a possible bug on some 64 bit
architectures. From Altlinux.
* Moved modprobe.conf to modprobe.d/ in the udeb to stop ignoring other
files in the directory.
-- Marco d'Itri <md@linux.it> Sat, 6 Jan 2007 16:01:00 +0100
module-init-tools (3.3-pre3-1) unstable; urgency=medium
* New upstream release.
* patches/hotplug_blacklist: fixed typo. (Closes: #382443)
* Only use LSB message functions in the init script to properly support
usplash. Based on code contributed by David Härdeman (see #384916).
* New alias: char-major-10-187.
-- Marco d'Itri <md@linux.it> Tue, 14 Nov 2006 15:23:46 +0100
module-init-tools (3.2.2-3) unstable; urgency=medium
* Do not run anymore depmod -A in the init script. (Closes: #358239)
All packages installing kernel modules will need to run depmod in their
maintainer scripts.
* Build-depend on autotools-dev to get recent config.{sub,guess} files.
(Closes: #357954)
* Remove /etc/modprobe.d/arch-aliases when the package is purged.
(Closes: #355699)
* Added patch always_apply_blacklist from the Ubuntu package, to make
blacklist directives apply to user-defined aliases too.
-- Marco d'Itri <md@linux.it> Sat, 3 Jun 2006 14:10:21 +0200
module-init-tools (3.2.2-2) unstable; urgency=medium
* Added patch fix_wildcards from upstream 3.3-pre1, to fix matching
[a-b] expressions in aliases. (Closes: #350915)
* Updated the runparts_like_names patch to ignore CVS directories.
-- Marco d'Itri <md@linux.it> Sun, 5 Feb 2006 12:35:34 +0100
module-init-tools (3.2.2-1) unstable; urgency=medium
* New upstream release.
+ Fixed the documentation about modprobe and wildcards. (Closes: #328527)
+ Adds modules.inputmap support for 2.6.15 kernels.
* Remove the /sbin/k{all,}syms symlinks *before* undiverting the
modutils binaries in postrm (see #333522). (Closes: #342042)
-- Marco d'Itri <md@linux.it> Mon, 28 Nov 2005 12:33:45 +0100
module-init-tools (3.2-pre9-4) unstable; urgency=high
* Added two patches to prevent errors when concurrently loading modules.
(Closes: #333522)
* Removed the diversions for kallsyms(8) and ksyms(8).
-- Marco d'Itri <md@linux.it> Sun, 6 Nov 2005 12:14:39 +0100
module-init-tools (3.2-pre9-3) unstable; urgency=medium
* Added LSB data to the init script.
-- Marco d'Itri <md@linux.it> Sun, 23 Oct 2005 12:42:34 +0200
module-init-tools (3.2-pre9-2) unstable; urgency=medium
* Fixed debian/rules to not break if there are no arch-specific aliases.
-- Marco d'Itri <md@linux.it> Sat, 8 Oct 2005 19:48:01 +0200
module-init-tools (3.2-pre9-1) unstable; urgency=medium
* New upstream release.
* Removed the out of date French man pages from the source package.
* Added *temporary* support for /etc/hotplug/blacklist.d/.
* Added -* to every {char,block}-major- alias without a minor.
* Removed some unneeded aliases from the main aliases file.
* Added SuSE patch blacklist-warn.diff to warn when a blacklisted module
is not loaded.
-- Marco d'Itri <md@linux.it> Sun, 25 Sep 2005 13:43:37 +0200
module-init-tools (3.2-pre8-1) unstable; urgency=medium
* New upstream release.
* Switched the init script to lsb-base. (Closes: #294766)
* Added cross-compilation support to extra/installarchconf. (Closes: #308164)
* Added symlinks for kallsyms(8) and ksyms(8). (Closes: #304690)
-- Marco d'Itri <md@linux.it> Wed, 3 Aug 2005 19:27:39 +0200
module-init-tools (3.2-pre1-2) unstable; urgency=high
* Fixed the init script to not depend on /sbin/kernelversion, which is
part of modutils. (Closes: #292116)
-- Marco d'Itri <md@linux.it> Wed, 26 Jan 2005 21:55:43 +0100
module-init-tools (3.2-pre1-1) unstable; urgency=medium
* Make the init script support > 2.6 kernels too. (Closes: #282584)
* Added support for dpkg-cross, by NIIBE Yutaka. (Closes: #283722)
* Changed ide-probe-mod to ide-generic in the standard aliases file to
support kernels >= 2.6.7. (Closes: #291523)
* Added updated French man pages from Pierre Machard. (Closes: #283412)
* Removed aliases which now are provided by the kernel: loop, rd, xd,
floppy, swim3, rtc, nvram, ppdev, agpgart, obsolete CD drivers, wdt,
softdog, ide-tape, sg, tun, 8250, snd, soundcore, lp, isofs, ppp_generic.
This allowed removing arch/m68k.mac.
It would be nice if the maintainers for the doorstop kernel trees added
proper MODULE_ALIAS_* macros to their drivers.
-- Marco d'Itri <md@linux.it> Mon, 24 Jan 2005 13:48:20 +0100
module-init-tools (3.1-rel-2) unstable; urgency=medium
* Added patch no_man_rebuild: prevents rebuilding the man pages.
-- Marco d'Itri <md@linux.it> Sun, 21 Nov 2004 02:19:36 +0100
module-init-tools (3.1-rel-1) unstable; urgency=medium
* New upstream release.
+ Fixes -t documentation. (Closes: #276660)
* Stop installing French man pages, because they are out of date.
* Removed patch manpage_warnings which has been merged upstream.
-- Marco d'Itri <md@linux.it> Sat, 20 Nov 2004 18:05:26 +0100
module-init-tools (3.1-pre6-1) unstable; urgency=medium
* New upstream release.
+ Patches merged upstream and removed from the package:
modinfo.8_missing_word, modprobe.devfs_apm, robust_modprobe.d.
+ Do not follow symlinks. (Closes: #270106)
+ Fixes --show-depends documentation. (Closes: #274758)
* Removed patch disable_modprobe_locking because it only hides a kernel
bug which has been fixed since (see #259056).
* New aliases: xfrm-type-2-4, xfrm-type-10-41.
-- Marco d'Itri <md@linux.it> Sat, 9 Oct 2004 01:59:42 +0200
module-init-tools (3.1-pre5-7) unstable; urgency=medium
* Fixed a very obscure postinst failure. (Closes: #269481)
* Fixed a very obscure preinst failure.
* Silence md5sum in preinst.
* New patch manpage_warnings: adds warnings about modprobe.conf vs.
modprobe.d usage in the init script and the update-modprobe, modprobe
and modprobe.conf man pages, by Eduard Bloch. (Closes: Bug#269305)
-- Marco d'Itri <md@linux.it> Sun, 12 Sep 2004 19:12:45 +0200
module-init-tools (3.1-pre5-6) unstable; urgency=high
* Removed the autofs4 alias. (Closes: #267065, #261026)
-- Marco d'Itri <md@linux.it> Fri, 20 Aug 2004 16:39:33 +0200
module-init-tools (3.1-pre5-5) unstable; urgency=high
* Divert French man pages too. (Closes: #263735)
-- Marco d'Itri <md@linux.it> Thu, 19 Aug 2004 13:58:26 +0200
module-init-tools (3.1-pre5-4) unstable; urgency=high
* Added french man pages translated by Pierre Machard. (Closes: #263735)
* Fix "update-modules force". (Closes: #266127)
* Removed aliases tty-ldisc-*, md-personality-* and ppp-compress-*
because they are supplied by modern kernels. (Closes: #262481)
* New alias: autofs4. (Closes: #261026)
* Ignore *,v files in /etc/modprobe.d/. (Closes: #265805)
* Create /etc/modprobe.d/ before using it in preinst. (Closes: #261045)
* New patch: modinfo.8_missing_word. (Closes: #265965)
* New patch: robust_modprobe.d transforms some fatal errors in warnings.
(Closes: #261961)
* New patch: disable_modprobe_locking (see #259056).
-- Marco d'Itri <md@linux.it> Wed, 18 Aug 2004 17:04:39 +0200
module-init-tools (3.1-pre5-3) unstable; urgency=medium
* Updated patch runparts_like_names to accept anything but dot files,
dpkg files and backup~ files. (Closes: #260169)
* Run depmod -a when upgrading from 3.1-pre4-1. (Closes: #260180)
* New aliases: bt-proto-6, bt-proto-7, char-major-10-183.
-- Marco d'Itri <md@linux.it> Wed, 21 Jul 2004 01:24:41 +0200
module-init-tools (3.1-pre5-2) unstable; urgency=medium
* Fixed the installation of the arch file on sparc64 systems.
(Closes: #257833)
* Added patch runparts_like_names to make modprobe use only files
matching /^[a-zA-Z0-9_-]+$/ (by Joey Hess, code extracted from
the run-parts tool). (Closes: #259486)
-- Marco d'Itri <md@linux.it> Fri, 16 Jul 2004 19:46:58 +0200
module-init-tools (3.1-pre5-1) unstable; urgency=high
* New upstream release.
depmod does not follow the "build" symlink anymore.
(Closes: #257469, #257481, #257392, #257484, #257510)
* Removed /etc/modprobe.d/crypto because it's useless.
-- Marco d'Itri <md@linux.it> Tue, 6 Jul 2004 01:16:00 +0200
module-init-tools (3.1-pre4-1) unstable; urgency=high
* New upstream release.
-- Marco d'Itri <md@linux.it> Wed, 23 Jun 2004 12:20:58 +0200
module-init-tools (3.1-pre2-2) unstable; urgency=high
* New patch: open_ro which opens the files RO and probably breaks locking.
(Closes: #255180)
* New patch: ignore_arch_directory to ignore everything in
/etc/modprobe.d/arch/.
-- Marco d'Itri <md@linux.it> Sat, 19 Jun 2004 17:26:37 +0200
module-init-tools (3.1-pre2-1) unstable; urgency=medium
* New upstream release. (Closes: #254204)
* Now /etc/modprobe.d/ is processed by modprobe. This means that
/etc/modprobe.conf and /lib/modules/modprobe.conf are not needed
anymore and update-modules is now a no-op. Executable scripts in
/etc/modprobe.d/ are not supported anymore.
/etc/modprobe.conf will be removed or moved to /etc/modprobe.d/.
* /etc/modprobe.devfs is now installed as an example file: I don't think
it works as is on debian, I do not know how it's supposed to work
now that /etc/modprobe.conf does not exist anymore and I could not
find anybody using it.
* Updated char-major-4 in arch/powerpc.pmac. (Closes: #252602)
-- Marco d'Itri <md@linux.it> Thu, 17 Jun 2004 17:14:17 +0200
module-init-tools (3.0-pre10-4) unstable; urgency=high
* Added again module-init-tools.udeb. (Closes: #250048)
-- Marco d'Itri <md@linux.it> Fri, 21 May 2004 18:32:31 +0200
module-init-tools (3.0-pre10-3) unstable; urgency=high
* Removed module-init-tools.udeb. (Closes: #242337, #242826)
* Removed the irda-dongle-* aliases because the kernel provides his own.
(Closes: #243207)
* Added an alias for gre0.
* Fixed support for /lib/modules/*/boot/. (Closes: #243061, #242544)
-- Marco d'Itri <md@linux.it> Sun, 16 May 2004 18:12:23 +0200
module-init-tools (3.0-pre10-2) unstable; urgency=high
* Created module-init-tools.udeb. (Closes: #239301)
-- Marco d'Itri <md@linux.it> Tue, 23 Mar 2004 00:58:12 +0100
module-init-tools (3.0-pre10-1) unstable; urgency=medium
* New upstream release.
Reverted the change of semantics of -q. (Closes: #232222)
* Do not add /usr to the init script $PATH. (Closes: #230764)
-- Marco d'Itri <md@linux.it> Sat, 21 Feb 2004 22:26:55 +0100
module-init-tools (3.0-pre9-1) unstable; urgency=medium
* New upstream release.
* Fix psaux and cdc_acm aliases. (Closes: #227428)
-- Marco d'Itri <md@linux.it> Fri, 30 Jan 2004 23:08:05 +0100
module-init-tools (3.0-pre5-1) unstable; urgency=medium
* New upstream release. (Closes: #226199)
* Make Eduard Bloch happier. (Closes: #225236)
-- Marco d'Itri <md@linux.it> Tue, 6 Jan 2004 17:02:37 +0100
module-init-tools (3.0-pre4-1) unstable; urgency=medium
* New upstream release.
* Create /lib/modules/. (Closes: #225372)
-- Marco d'Itri <md@linux.it> Fri, 2 Jan 2004 23:03:21 +0100
module-init-tools (3.0-pre2-1) unstable; urgency=medium
* New upstream release.
* Optionally use /etc/modules-2.6 instead of /etc/modules. (Closes: #225005)
-- Marco d'Itri <md@linux.it> Thu, 25 Dec 2003 02:24:30 +0100
module-init-tools (0.9.15-pre4-1) unstable; urgency=medium
* New upstream release.
-- Marco d'Itri <md@linux.it> Tue, 25 Nov 2003 01:56:44 +0100
module-init-tools (0.9.15-pre3-2) unstable; urgency=high
* Remove debugging code from update-modules. (Closes: #218544)
-- Marco d'Itri <md@linux.it> Sat, 1 Nov 2003 02:20:37 +0100
module-init-tools (0.9.15-pre3-1) unstable; urgency=high
* New upstream release. (Closes: #215202, #215614, #217647)
* Added support for hppa64 and s390x. (Closes: #211088, #216569)
Removed /etc/modprobe.d/arch/sparc64, the sparc configuration fragment
will be used instead.
* Fix bogus message when /etc/modules contains lines with only blanks.
(Closes: #216295)
* Install config files for the right architecture only. (Closes: #215548)
-- Marco d'Itri <md@linux.it> Fri, 31 Oct 2003 17:25:22 +0100
module-init-tools (0.9.15-pre2-2) unstable; urgency=medium
* Added support for sparc64 and a generic file. (Closes: #214128)
* Fixed a postrm bug triggered by upgrading without modutils being
installed. (Closes: #214126)
* New aliases: pg, acm, msr, cpuid, tub3270, usbcore, scanner, toshiba,
evdev, coda, specialix, videodev, vtx.
-- Marco d'Itri <md@linux.it> Sun, 5 Oct 2003 14:33:13 +0200
module-init-tools (0.9.15-pre2-1) unstable; urgency=medium
* New upstream release. (Closes: #213128)
* Fix preinst bug triggered by upgrade without modutils being installed.
(Closes: #213073)
-- Marco d'Itri <md@linux.it> Tue, 30 Sep 2003 21:52:07 +0200
module-init-tools (0.9.15-pre1-1) unstable; urgency=medium
* New upstream release.
* Added support for hppa, ia64, mips and sparc. (Closes: #212700, #211088)
* Added support for IrDA modules.
* Removed obsolete aliases busmouse, msbusmouse and atixlmouse.
-- Marco d'Itri <md@linux.it> Thu, 25 Sep 2003 15:42:07 +0200
module-init-tools (0.9.14-1) unstable; urgency=medium
* New upstream release.
Support multiple arguments to modprobe -r. (Closes: #207808)
* Fix small bugs in the init script. (Closes: #206413)
* Follow symlinks in /etc/modprobe.d/.
-- Marco d'Itri <md@linux.it> Fri, 12 Sep 2003 22:06:24 +0200
module-init-tools (0.9.13-rel-1) unstable; urgency=medium
* New upstream release.
Adds -V/--version arguments to insmod. (Closes: #201652)
* Fix /lib/modules/$KVER/boot the init script. (Closes: #205052)
* Fix the i386 serial module alias. (Closes: #200816)
* Add IPSEC-related aliases. (Closes: #203654)
* Add all known net-pf-* aliases.
-- Marco d'Itri <md@linux.it> Mon, 18 Aug 2003 05:47:26 +0200
module-init-tools (0.9.13-pre-1) unstable; urgency=high
* Add symlinks for kallsyms and ksyms. (Closes: #195013)
* Always use syscall(2) instead of the _syscall2() kernel macro.
-- Marco d'Itri <md@linux.it> Sat, 14 Jun 2003 17:04:25 +0200
module-init-tools (0.9.12-1) unstable; urgency=medium
* New upstream release. (Closes: #194316, #181996, #191493, #187123)
* s/ipsec/af_key/ in the aliases file. (Closes: #188804)
* s/.old/.modutils/ in the manpage. (Closes: #193832)
-- Marco d'Itri <md@linux.it> Mon, 26 May 2003 18:17:07 +0200
module-init-tools (0.9.11-1) unstable; urgency=medium
* New upstream release. (Closes: #181996, #184567)
-- Marco d'Itri <md@linux.it> Sun, 30 Mar 2003 01:37:03 +0100
module-init-tools (0.9.10-2) unstable; urgency=medium
* Install a init script and conflict with old modutils (see #173381).
-- Marco d'Itri <md@linux.it> Sun, 9 Mar 2003 22:05:49 +0100
module-init-tools (0.9.10-1) unstable; urgency=low
* New upstream release.
-- Marco d'Itri <md@linux.it> Tue, 25 Feb 2003 12:57:36 +0100
module-init-tools (0.9.9-1) unstable; urgency=low
* New upstream release. (Closes: #177842)
* Make generate-modprobe.conf with debian paths. (Closes: #177409)
-- Marco d'Itri <md@linux.it> Sat, 1 Feb 2003 18:19:19 +0100
module-init-tools (0.9.8-1) unstable; urgency=low
* New upstream release. (Closes: #176935)
* Improve description. (Closes: #176909)
-- Marco d'Itri <md@linux.it> Thu, 16 Jan 2003 02:53:18 +0100
module-init-tools (0.9.7-1) unstable; urgency=medium
* New upstream release.
-- Marco d'Itri <md@linux.it> Sat, 28 Dec 2002 12:09:07 +0100
module-init-tools (0.9.6-1) unstable; urgency=low
* New upstream release.
-- Marco d'Itri <md@linux.it> Thu, 26 Dec 2002 12:35:41 +0100
module-init-tools (0.9.5-6) unstable; urgency=low
* I surrender to dpkg-divert. Users will be forced to purge old versions
of this packages before installing this one (Closes: #173942).
* Remove useless "you have to be root" check from update-modules
(Closes: #174188, #174179).
-- Marco d'Itri <md@linux.it> Tue, 24 Dec 2002 20:22:15 +0100
module-init-tools (0.9.5-5) unstable; urgency=low
* *Really* fix depmod.
* Fix upgrade from old packages (Closes:# 173942).
-- Marco d'Itri <md@linux.it> Mon, 23 Dec 2002 02:56:00 +0100
module-init-tools (0.9.5-3) unstable; urgency=low
* Fixed modutils-compatibility code in depmod.
-- Marco d'Itri <md@linux.it> Sun, 22 Dec 2002 18:59:44 +0100
module-init-tools (0.9.5-2) unstable; urgency=low
* Undivert diversions from < 0.9.5 packages.
* Update the default /etc/modprobe.d/ files with all known default aliases.
-- Marco d'Itri <md@linux.it> Sat, 21 Dec 2002 20:22:04 +0100
module-init-tools (0.9.5-1) unstable; urgency=low
* New upstream release.
-- Marco d'Itri <md@linux.it> Thu, 19 Dec 2002 21:15:05 +0100
module-init-tools (0.9.4-1) unstable; urgency=low
* New Upstream.
* Updated description. (Closes: #171944)
-- Christopher L Cheney <ccheney@debian.org> Mon, 16 Dec 2002 20:00:00 -0600
module-init-tools (0.9.1-1) unstable; urgency=low
* New Upstream.
Fixed undefined reference to `__ia64_syscall'. (Closes: #171380)
-- Christopher L Cheney <ccheney@debian.org> Thu, 5 Dec 2002 19:00:00 -0600
module-init-tools (0.8+0.9-beta-1) unstable; urgency=low
* New Upstream.
Corrected system type matching. (Closes: #171118)
-- Christopher L Cheney <ccheney@debian.org> Mon, 2 Dec 2002 14:00:00 -0600
module-init-tools (0.8-1) unstable; urgency=low
* New Upstream.
-- Christopher L Cheney <ccheney@debian.org> Wed, 27 Nov 2002 21:00:00 -0600
module-init-tools (0.7-1) unstable; urgency=low
* Initial Release.
-- Christopher L Cheney <ccheney@debian.org> Thu, 21 Nov 2002 20:00:00 -0600
|