root/morphix/trunk/cloop/debian/changelog

Revision 2, 6.5 kB (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

Line 
1 cloop (2.01-6) unstable; urgency=low
2
3   * updated for 2.6.9 kernel
4
5  -- root <root@am.xs4all.nl>  Wed, 20 Oct 2004 16:29:55 +0200
6
7 cloop (2.01-5) unstable; urgency=low
8
9   * bumping version for cloop-module2.6
10
11  -- root <root@am.xs4all.nl>  Fri, 24 Sep 2004 02:50:43 +0200
12
13 cloop (2.01-4) unstable; urgency=low
14
15   * Added Kernel 2.6.6 module symbols (why does the kernel api change in every
16     Kernel 2.6 subrelease?!)
17   * Makefile fix for PATCHLEVEL
18
19  -- root <root@Knoppix>  Fri, 14 May 2004 21:24:19 +0200
20
21 cloop (2.01-3) unstable; urgency=low
22
23   * Replaced create_compressed_fs by a version that uses 7zip as
24     gzip-compatible compression, trying to find the best compression algorithm
25     automatically.
26
27  -- Knoppix User <knoppix@Knoppix>  Sun, 18 Apr 2004 03:15:01 +0200
28
29 cloop (2.01-2) unstable; urgency=low
30
31   * Fix compile warnings (Patch from Yves Combe)
32   * BSD-compatibility for Makefile and utils (Patches from Max Khon)
33
34  -- root <root@Knoppix>  Fri, 27 Feb 2004 23:26:25 +0100
35
36 cloop (2.01-1) unstable; urgency=low
37
38   * Kernel 2.6 port
39
40  -- root <root@Knoppix>  Mon, 12 Jan 2004 21:41:43 +0100
41
42 cloop (2.00-1) unstable; urgency=low
43
44   * Change data format to NETWORK ORDER again (thanks to Luca Barbato for the
45     patch), to gain compatibility with big endian systems. This breaks
46     backwards compatibility again.
47   * Checks for new data file format (V2).
48   * Allow compilation with zlib_inflate as a module
49
50  -- root <root@Knoppix>  Sun, 26 Oct 2003 00:52:56 +0200
51
52 cloop (1.02-2) unstable; urgency=low
53
54   * Compile-time checking for CONFIG_USE_ZLIB_INFLATE=y in kernel
55   * Runtime checking for old images
56
57  -- Knoppix User <knoppix@Knoppix>  Fri,  3 Oct 2003 18:54:38 +0200
58
59 cloop (1.02-1) unstable; urgency=low
60
61   * Removed exceed get_file()
62   * Changed spinlocking code
63
64  -- Klaus Knopper <knopper@Koffer>  Wed, 27 Aug 2003 13:51:45 +0200
65
66 cloop (1.0-2) unstable; urgency=low
67
68   * Removed compressloop until a newer version with 64bit pointers is
69     available from the author.
70
71  -- root <root@Knoppix>  Thu, 24 Jul 2003 01:45:16 +0200
72
73 cloop (1.0-1) unstable; urgency=low
74
75   * Added multiple cloop device (losetup) support (default 8)
76   * Removed Kernel 2.2 support
77   * switched to 64bit offsets in cloop file (no backwards compatibility)
78   * file=/path/to/file parameter is now optional
79
80  -- Klaus Knopper <knopper@Koffer>  Sun, 13 Jul 2003 01:29:26 +0200
81
82 cloop (0.68-5) unstable; urgency=low
83
84   * changed int to u_int32_t for offset
85
86  -- root <root@Knoppix>  Wed, 25 Jun 2003 06:16:12 +0200
87
88 cloop (0.68-4) unstable; urgency=low
89
90   * Added a small patch for correctly zeroing data in the cloop preamble by
91     sjoerd zwaagstra <sjoerdzwaagstra@hotmail.com>
92
93  -- root <root@Knoppix>  Mon,  2 Jun 2003 21:13:42 +0200
94
95 cloop (0.68-3) unstable; urgency=low
96
97   * atomic stuff for clo_busy, vmalloc() for large offset arrays
98
99  -- root <root@Knoppix>  Thu, 15 May 2003 23:27:57 +0200
100
101 cloop (0.68-2) unstable; urgency=low
102
103   * New compressloop (Valentijn Sessink <valentyn+knoppix@openoffice.nl>)
104   * Use dynamic libz (Makefile patch from Eduard Bloch)
105
106  -- root <root@Knoppix>  Wed, 26 Mar 2003 16:37:55 +0100
107
108 cloop (0.68-1) unstable; urgency=low
109
110   * Added devfs support (patch from Eduard Bloch)
111   * Added modprobe dependency for bsdcomp
112
113  -- root <root@Knoppix>  Sat,  8 Feb 2003 19:20:05 +0100
114
115 cloop (0.67-2) unstable; urgency=low
116
117   * Added compressloop by Valentijn Sessink <valentyn+knoppix@openoffice.nl>
118
119  -- root <root@Knoppix>  Wed,  1 Jan 2003 23:10:08 +0100
120
121 cloop (0.67-1) unstable; urgency=low
122
123   * Use builtin zlib_inflate of Kernel 2.4.x, if available
124
125  -- root <root@Knoppix>  Fri,  6 Dec 2002 21:39:27 +0100
126
127 cloop (0.66-2) unstable; urgency=low
128
129   * Added more gcc options to Makefile
130
131  -- root <root@Knoppix>  Tue,  3 Dec 2002 21:39:27 +0100
132
133 cloop (0.66-1) unstable; urgency=low
134
135   * Replaced ll_rw_blk in Kernel 2.4 version to enable looping over NFS
136   * Cleaned up kernel messages
137   * failed r/w mount now returns EROFS instead of EPERM.
138
139  -- root <root@Knoppix>  Sat, 17 Aug 2002 14:02:05 +0200
140
141 cloop (0.65-1) unstable; urgency=low
142
143   * Handle blockdevices as cloop input files.
144
145  -- root <root@Knoppix>  Wed, 24 Apr 2002 16:09:07 +0200
146
147 cloop (0.64-1) unstable; urgency=low
148
149   * zlib 1.1.4
150
151  -- Klaus Knopper <cloop@knopper.net>  Wed, 20 Mar 2002 23:18:34 +0100
152
153 cloop (0.63.1-4) unstable; urgency=low
154
155   * Adopted version numbering and changes-generator from lm-sensors/pcmcia-cs,
156     now ready to build official modules packages
157   * Changed all Maintainer entries to my person
158
159  -- Eduard Bloch <blade@debian.org>  Wed, 13 Mar 2002 11:25:16 +0100
160
161 cloop (0.63.1-3) unstable; urgency=high
162
163   * patched the embedded zlib source with 010_doublefree_crash from zlib source
164
165  -- Eduard Bloch <blade@debian.org>  Tue, 12 Mar 2002 16:56:21 +0100
166
167 cloop (0.63-2) unstable; urgency=low
168
169   * "new" maintainer (adopted the package completely)
170   * Added a kdist rule, needed by make-kpkg in some cases. Closes: #130320
171   * A small hack to modify the version info with the target kernel
172
173  -- Eduard Bloch <blade@debian.org>  Tue, 22 Jan 2002 19:52:34 +0100
174
175 cloop (0.63-1.1) unstable; urgency=low
176
177   * merged with the debconf dialog changes
178   * make a check for existance of /dev/cloop in postinst
179
180  -- Eduard Bloch <blade@debian.org>  Wed, 26 Dec 2001 17:48:05 +0100
181
182 cloop (0.63-1) unstable; urgency=low
183
184   * Bugfix release, fixed request_queue mess.
185
186  -- Klaus Knopper <cloop@knopper.net>  Mon, 25 Dec 2001 04:08:58 +0200
187
188 cloop (0.62-2) unstable; urgency=low
189
190   * Rewrite of the build system, reused for modules source package.
191   * Dropped unused source parts from the zlib source.
192   * copyright file: added reference to the GPL file, comment about usage
193     of zlib stuff and its copyright notice
194   * wrote manpage
195   * moved executables to /usr/bin, not administrative/system programs
196
197  -- Eduard Bloch <blade@debian.org>  Fri, 30 Nov 2001 14:24:29 +0100
198
199 cloop (0.62-1) unstable; urgency=low
200
201   * Added GPL License code for Kernel 2.4.9 and up
202
203  -- Klaus Knopper <cloop@knopper.net>  Thu, 15 Nov 2001 04:08:58 +0200
204
205 cloop (0.61-1) unstable; urgency=low
206
207   * Checking filp_open() for IS_ERR() to prevent oopses for nonexistent files
208   * Cleanup of create_compressed_fs.c for newer version of gcc
209
210  -- Klaus Knopper <cloop@knopper.net>  Tue, 31 Jul 2001 04:08:58 +0200
211
212 cloop (0.60-1) unstable; urgency=low
213
214   * improved 2.4.x read handling vir do_generic_file_read()
215
216  -- Klaus Knopper <cloop@knopper.net>  Fri,  8 Jun 2001 04:08:58 +0200
217
218 cloop (0.51-1) unstable; urgency=low
219
220   * Initial Release.
221
222  -- Klaus Knopper <cloop@knopper.net>  Thu,  7 Jun 2001 04:08:58 +0200
223
224 Local variables:
225 mode: debian-changelog
226 End:
Note: See TracBrowser for help on using the browser.