File: changelog

package info (click to toggle)
raidtools 0.42-12
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 316 kB
  • ctags: 126
  • sloc: ansic: 2,046; makefile: 126; sh: 87
file content (175 lines) | stat: -rw-r--r-- 6,269 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
raidtools (0.42-12) frozen unstable; urgency=low

  * Removed <sys/time.h> from raid_io.c.
  * Extented description to warn about <2.1.63.  Thanks to Vegh Janos
    <J.Vegh@moon.atomki.hu>
  * Recommends modutils instead of modules and Depends.  Thanks to
    Wichert Akkermann.
  * Incorporated patch from Carlos Carvalho <carlos@fisica.ufpr.br> with
    confirmation from Christopher Chimelis <chris@debian.org>.

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 30 Jun 1998 19:19:20 +0200

raidtools (0.42-11) frozen unstable; urgency=medium, closes=19252

  * Added documentation for RAID on the root filesystem
  * Added mechanism to create raid4 and raid5 module aliases
  * Added Conflict with file-rc older than 0.4.3 due to runlevel S
  * Added better support for runlevel S in postinst (closes: Bug#19252)
  * Added dependency to dpkg (>= 1.4.0.21) for newer update-rc.d

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Mon, 18 May 1998 10:40:07 +0200

raidtools (0.42-10) frozen unstable; urgency=high

  * Corrected removal of /etc/rcS.d/S??raid (Bug#20370)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 14 Apr 1998 01:56:18 +0200

raidtools (0.42-9) frozen unstable; urgency=low

  * {c,m}kraid are now compressed (lintian)
  * Removed false man8/mdtab.5.gz (lintian)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 24 Mar 1998 00:20:04 +0100

raidtools (0.42-8) unstable; urgency=low

  * Declared /etc/init.d/raid as conffile (lintian)
  * Added #! /bin/sh to /etc/init.d/raid (lintian)
  * Fixed permissions for package control files (lintian)
  * Installed /etc/init.d/raid instead of mdutils (lintian)
  * Now installed ckraid(8) and mkraid(8) manpages
  * Adjusted Makefile to install manpages correctly (lintian)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Thu, 19 Mar 1998 10:32:43 +0100

raidtools (0.42-7) unstable; urgency=low

  * Modified description (Bug#18510)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Thu, 26 Feb 1998 01:39:12 +0100

raidtools (0.42-6) unstable; urgency=low, closes=181166

  * Tested against existance of S*raid (Bug#18458)
  * S25raid instead of S50raid (closes: Bug#18166, Bug#8062)
  * Re-worked the update-rc.d section in postinst
  * Used S??raid in postrm script
  * Wrote and added ckraid(8) manpage (lintian)
  * Wrote and added mkraid(8) manpage (lintian)
  * mdtab(5) is in correct directory
  * Removed raid_sb.{c,h} as relicts from 0.41
  * Added general GLIBC ifdef from Carlos Carvalho <carlos@fisica.ufpr.br>

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sun, 22 Feb 1998 22:51:37 +0100

raidtools (0.42-5) unstable; urgency=low, closes=18100

  * Applied patch for Alpha compilation, thanks to Juan Cespedes (closes:
    Bug#18100)
  * Took care of existing /etc/rcS.d/S50raid (Bug#18143)
  * Removed /etc/rcS.d/S50raid on removal (Bug#18143)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Mon, 16 Feb 1998 02:00:04 +0100

raidtools (0.42-4) unstable; urgency=low

  * Added missing colon in /etc/init.d/raidtools (Thanks to Antoine Reid
    <linux@jonction.net>)
  * Corrected FSF's address (lintian)
  * Added force-reload target
  * New Standards-Version 2.4.0.0

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Wed, 11 Feb 1998 02:19:43 +0100

raidtools (0.42-3) unstable; urgency=low

  * Reverted condition in postinst

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Thu, 29 Jan 1998 22:37:28 +0100

raidtools (0.42-2) unstable; urgency=low

  * Corrected postinst script (fixes: Bug#17556)
  * Added include to get it compie correctly with newer kernels

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Wed, 28 Jan 1998 12:40:29 +0100

raidtools (0.42-1) unstable; urgency=low, closes=16964 17031 17375

  * New upstream version (pre0.42), Roberto Lumbreras felt that it's
    stable (Bug#16964)
  * A too old kernel now is detected in the preinst script (Bug#17031)
  * Added calls to update-rc.d (Bug#17375)
  * Added --sysconfdir=/etc/raid to place all config files in that
    directory.

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 24 Jan 1998 18:37:46 +0100

raidtools (0.41-1) unstable; urgency=low, closes=15319 16376

  * New upstream source, new package name
  * Obsoletes and replaces mdutils
  * Compiled with libc6
  * Stripped mdadd and mdcreate (Bug#15319)
  * Added note about raidtools in postinst (Bug#16376)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 6 Jan 1998 01:45:29 +0100

mdutils (0.35-5) unstable; urgency=low

  * Corrected links to mdadd.8 (Bug#8908)
  
  * Compressed manpages

 -- Martin Schulze <joey@infodrom.north.de>  Mon, 28 Apr 1997 11:10:06 +0200

mdutils (0.35-4) unstable; urgency=low

  * Compressed manpages

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 4 Feb 1997 11:16:18 +0100

mdutils (0.35-3) unstable; urgency=low

  * Converted to Standards-Version 2.1.1.2
  
  * Removed references to raid5
    RAID-5 has been dropped by the original author, but is actually
    implemented by two other folks. (Bug#7054)
  
  * Add aliases to /etc/conf.modules if modprobe would fail loading raid
    modules

  * Installed ChangeLog files
  
 -- Martin Schulze <joey@debian.org>  Mon, 3 Feb 1997 09:01:29 +0100

mdutils (0.35-1); priority=LOW

  * Updated to upstream version 0.35 - from the main ChangeLog:
     Apr. 19/96 v0.35:  Switched back to the ol' good way (just
                        filter, don't requeue). It works, simply works
     			(1.3.93).
  * Updated to new package and directory naming scheme
  * Included new release of FAQ (from sweet-smoke)

 -- Martin Schulze <joey@tuonela.infodrom.north.de>  Sun, 24 Nov 1996 14:03:12 +0100

mdutils (0.34-1); priority=LOW

  * Updated to upstream version 0.34 - from the main ChangeLog:
     Jan. 14/96 v0.33:  Added some locks here and there. (R)
     Feb. 25/96 v0.34:  Some bug fixes (1k buffers...). Sent to Linus. (R)
  * Installed some documentation files in /usr/doc/mdutils.
  * Edited Description and debian.README (/usr/doc/copyright/mdutils).

 -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 3 Apr 1996 20:47:02 +0100

mdutils (0.32-1)

  * Initial release.

 -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 27 Mar 1996 03:45:17 +0000