File: changelog

package info (click to toggle)
modutils 2.1.85-11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,020 kB
  • ctags: 1,024
  • sloc: ansic: 9,324; sh: 2,180; lex: 484; yacc: 362; makefile: 309
file content (289 lines) | stat: -rw-r--r-- 9,830 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
modutils (2.1.85-11) frozen unstable; urgency=low

  * Added aliases for af_packet and binfmt_aout
  * Don't abort preinst when /etc/init.d/kerneld doesn't exist
     (may fix some problems when upgrading from bo systems)
  * Add m68k and its syscall number to list in utils/sys_qm.c. (Bug# 22906)
  * No longer create /lib/modules/`kernelversion/ in postinst (Bug# 20902)

 -- Wichert Akkerman <wakkerma@debian.org>  Wed, 27 May 1998 18:37:12 +0200

modutils (2.1.85-10) frozen unstable; urgency=low

  * Fixed a spelling error (Bug# 20410)

 -- Wichert Akkerman <wakkerma@debian.org>  Mon, 30 Mar 1998 15:56:48 +0200

modutils (2.1.85-9) unstable; urgency=low

  * Check if kernel has kmod (kernels 2.1.90 and later)

 -- Wichert Akkerman <wakkerma@debian.org>  Mon, 16 Mar 1998 00:00:15 +0100

modutils (2.1.85-8) unstable; urgency=low

  * Added information about architecture support to the README
  * Fixed errors in minor number of atari and amiga configuration
    (Thanks again Roman)

 -- Wichert Akkerman <wakkerma@debian.org>  Thu, 12 Mar 1998 20:36:57 +0100

modutils (2.1.85-7) unstable; urgency=low

  * Make cross-compiling easier (thanks to Roman Hodek)

 -- Wichert Akkerman <wakkerma@debian.org>  Thu, 12 Mar 1998 15:58:13 +0100

modutils (2.1.85-6) unstable; urgency=low

  * fixed spelling error (Bug# 19207)
  * Architecture-support (most noticable m68k), with help from
    Roman Hodek
  * Removed wrong alias for loopdevice from conf.generic

 -- Wichert Akkerman <wakkerma@debian.org>  Thu, 12 Mar 1998 15:05:29 +0100

modutils (2.1.85-5) unstable; urgency=low

  * Fixed error in kerneld-resist patch

 -- Wichert Akkerman <wakkerma@debian.org>  Sun,  8 Mar 1998 17:37:57 +0100

modutils (2.1.85-4) unstable; urgency=low

  * kernelversion should use /bin/sh
  * genksyms symlink made absolute (lintian)
  * strip /sbin/modinfo

 -- Wichert Akkerman <wakkerma@debian.org>  Sat,  7 Mar 1998 02:49:59 +0100

modutils (2.1.85-3) unstable; urgency=medium

  * No longer link with gdbm
  * Only show information if upgrading from < 2.1.85-1
  * Added aliases for ppp compression (Bug# 18451)

 -- Wichert Akkerman <wakkerma@debian.org>  Tue, 24 Feb 1998 15:32:27 +0100

modutils (2.1.85-2) unstable; urgency=low

  * Standards version 2.4.0.0
  * Added a prompt in the postinst (Bug# 18352)
  * Added a dummy variable after the read statement in the postinst
  * Compile without gdbm support (gdbm is in /usr/lib) (Bug# 18353)
  * GPL copyright is not compressed (lintian)
  * removed leading space in description (lintian)
  * Added restart, reload and force-reload options to rc.kerneld (lintian)

 -- Wichert Akkerman <wakkerma@debian.org>  Thu, 19 Feb 1998 13:44:44 +0100

modutils (2.1.85-1) unstable; urgency=low

  * New upstream version
  * Call realclean target to really clean stuff
  * Dropped request-route.sh support. Use diald instead!
  * Added persistant module storage support
  * Added some comments and a read to the postint (Bug# 18241)
  * Removed support from upgrading from ancient modules package
  * Removed /etc/init.d/modules symlink. We're modutils!

 -- Wichert Akkerman <wakkerma@debian.org>  Tue, 17 Feb 1998 17:25:13 +0100

modutils (2.1.71-2) unstable; urgency=low

  * Fixed type in postinst (Bug# 16026)

 -- Wichert Akkerman <wakkerma@debian.org>  Wed, 17 Dec 1997 18:32:12 +0100

modutils (2.1.71-1) unstable; urgency=low

  * New upstream version
  * Fixed type in conf.modules (Bug# 14985)
  * Fixed conflict with appletalk support (Bug# 14986)
  * Fixed installation error in debian/rules (Bug# 15381)

 -- Wichert Akkerman <wakkerma@debian.org>  Thu, 11 Dec 1997 18:02:38 +0100
 
modutils (2.1.55-7) unstable; urgency=low

  * Fixed installation error in debian/rules (Bug# 15381)

 -- Wichert Akkerman <wakkerma@debian.org>

modutils (2.1.55-6) unstable; urgency=low

  * Small change in boot messages (Bug# 14358)

 -- Wichert Akkerman <wakkerma@debian.org>

modutils (2.1.55-5) unstable; urgency=low

  * Install conffiles with correct mode

 -- Wichert Akkerman <wakkerma@debian.org>  Tue,  7 Oct 1997 19:41:07 +0200

modutils (2.1.55-4) unstable; urgency=low

  * Generate correct md5sums

 -- Wichert Akkerman <wakkerma@debian.org>  Fri, 19 Sep 1997 15:33:59 +0200

modutils (2.1.55-3) unstable; urgency=medium

  * Fix conversion of old-style /etc/conf.modules in postinst
  * Check for unsafe /sbin/request-route in postinst and optionally
  	fix it

 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>  Tue, 16 Sep 1997 14:48:41 +0200

modutils (2.1.55-2) unstable; urgency=low

  * Made rmmod and insmod the same executable

 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>  Mon, 15 Sep 1997 15:53:31 +0200

modutils (2.1.55-1) unstable; urgency=low

  * Check on abort in postinst (Bug# 12621)
  * New upstream version (sparc64 support and bugfixes)
  * Support ipv6 module category
  * Use tempfile in postinst

 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>  Fri, 12 Sep 1997 16:33:38 +0200

modutils (2.1.42-1) unstable; urgency=low

  * New upstream version, almost no changes except ppc support
  * Removed obsoleted documentation about the modules to modutils conversion
  * Revamped debian/rules a bit
  * Use unmodified tar-ball for original source
  * Compress kernelversion manpage
  * Changed {pre,post}inst script to improve security

 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>  Wed,  6 Aug 1997 01:59:05 +0200

modutils (2.1.34-9) unstable; urgency=low

  * Fixed error in menu file.
  * Call update-menus in postinst and postrm

 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>  Tue, 29 Jul 1997 15:58:01 +0200

modutils (2.1.34-8) unstable; urgency=medium

  * Some more security fixes for request-route
  * Note: if you use request-route, please switch to diald which is
    far superior (and more secure)

 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>  Mon, 28 Jul 1997 19:13:47 +0200

modutils (2.1.34-7) unstable; urgency=medium

  * Added md5sums to .deb file
  * Updated menu entry
  * glibc /libc6 support
  * Made request-route a conffile. (Bug# 10884)
  * Moved lockfile for request-route for security reasons (Bug# 11233)
  * Updated request-route to check if lockfile already exists.
  * Fix dangling symlinks (Bug# 10265, 10617, 10786)
  * Updated request-route to use /etc/ppp.options_out from ppp package

 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>  Sat, 26 Jul 1997 01:00:53 +0200

modutils (2.1.34-6) unstable; urgency=low

  * Added support for kernelversion to modprobe
  * Renamed upstream changes to changelog (Bug# 9643)
  * added dependency on sysvinit 2.71
  * Added /lib/modules to the .deb-file
  * Install manpages mode 644 (Bug# 10273)

 -- Wichert Akkerman <wakkerma@debian.org>  Mon, 9 Jun 1997 00:34:08 +0200

modutils (2.1.34-5) unstable frozen; urgency=low

  * Put request-route back in
  * Compress kdstat manpage

 -- Wichert Akkerman <wakkerma@debian.org>  Sun, 4 May 1997 22:00:20 +0200

modutils (2.1.34-4) unstable frozen; urgency=low

  * Added option to convert old /etc/conf.modules file to new standard.

 -- Wichert Akkerman <wakkerma@debian.org>  Sun, 27 Apr 1997 16:30:06 +0200

modutils (2.1.34-3) unstable frozen; urgency=medium

  * Revamped upgrade behaviour from modules to modutils (Bug# 8957)
  * Restored modules.5 manpage

 -- Wichert Akkerman <wakkerma@debian.org>  Sun, 27 Apr 1997 16:30:06 +0200

modutils (2.1.34-2) unstable; urgency=low

  * Modified /etc/init.d/kerneld to work if /usr is not mounted (Bug# 8670)

 -- Wichert Akkerman <wakkerma@debian.org>  Wed, 23 Apr 1997 12:33:09 +0200

modutils (2.1.34-1) unstable; urgency=low

  * New upstream version
  * Improved preinst so it does not complain about modules when upgrading
  * Modified conf.modules to comply with new standard
  * Added some information on removing last traces of modules
  * Updated .dwww-index 

 -- Wichert Akkerman <wakkerma@debian.org>  Tue, 15 Apr 1997 23:47:45 +0200

modutils (2.1.23-5) unstable frozen; urgency=low

  * Now complies with standard for console messages

 -- Wichert Akkerman <wakkerma@debian.org>  Wed, 9 Apr 1997 15:11:53 +0200

modutils (2.1.23-4) unstable frozen; urgency=low

  * Fixed modprobe behaviour so it does not dump core when an extension was
    specified.

 -- Wichert Akkerman <wakkerma@debian.org>  Wed, 9 Apr 1997 20:13:51 +0200

modutils (2.1.23-3) unstable frozen; urgency=low

  * Put manpages back in and Replace manpages 1.15-3
  * Install copyright file

 -- Wichert Akkerman <wakkerma@debian.org>  Wed, 9 Apr 1997 20:13:51 +0200

modutils (2.1.23-2) unstable; urgency=high

  * Provides modules for compatibility
  * Added conffiles to .deb-file
  * Fixed rc.kerneld properly this time (Thanks to Michael Meskes for
    bringing this to my attention)

 -- Wichert Akkerman <wakkerma@debian.org>  Tue, 11 Mar 1997 00:19:31 +0100

modutils (2.1.23-1) unstable; urgency=low

  * Changed rc.kerneld to prevent error message with bash 2.0 (Bug# 7163)
  * Changed debug-output of kerneld to print CRLF instead of only LF (Bug# 6111)
  * Fixed possible buffer overruns in depmod/{modprobe.cc,config.cc,error.cc},
    genksyms/lex.l and insmod/{insmod.c,logger.c} (Bug# 6051)
  * copyright is no longer a symlink to GPL (Bug# 5761)
  * Changed call to start-stop-daemon (Bug# 6108)
  * Added .dwww-index and index.html in /usr/doc/modutils
  * Changed Makeconfig to honor PREFIX on install target
  * Added manpage for kernelversion (Bug# 6314)
  * Re-ordered module paths (Bug# 5805)
  * Added more manpges and corrected modes on several files (Bug# 6314)
  * Changed prerm to make it possible to remove the package
  * Initial Release, successor to modules package

 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>  Thu, 27 Feb 1997 02:29:51 +0100

Local variables:
mode: debian-changelog
add-log-mailing-address: "wakkerma@wi.leidenuniv.nl"
End: