File: changelog

package info (click to toggle)
module-init-tools 3.2-pre1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 384 kB
  • ctags: 27
  • sloc: sh: 566; makefile: 217
file content (405 lines) | stat: -rw-r--r-- 14,356 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
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