]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/changelog
Merge branch 'upstream'
[mirror_spl-debian.git] / debian / changelog
1 spl-linux (0.6.0.45-0ubuntu1) unstable; urgency=low
2
3 [ Brian Behlendorf ]
4 * Run SPL_AC_PACMAN only if $VENDOR is "arch"
5
6 [ Darik Horn ]
7 * Wrap long lines in the dkms.conf file.
8 * FHS conformance and DKMS multiarch, SPL interface.
9
10 -- Darik Horn <dajhorn@vanadac.com> Sun, 15 Jan 2012 18:35:45 -0600
11
12 spl-linux (0.6.0.44-0ubuntu1) unstable; urgency=low
13
14 * Linux 3.2 compat: rw_semaphore.wait_lock is raw (Closes: #76)
15
16 -- Darik Horn <dajhorn@vanadac.com> Thu, 12 Jan 2012 19:24:51 -0600
17
18 spl-linux (0.6.0.43-0ubuntu1) unstable; urgency=low
19
20 * Add precise to the PPA build list.
21
22 -- Darik Horn <dajhorn@vanadac.com> Sat, 07 Jan 2012 10:39:55 -0600
23
24 spl-linux (0.6.0.42-0ubuntu1) unstable; urgency=low
25
26 [ Prakash Surya ]
27 * Add make rule for building Arch Linux packages (Closes: #68)
28 * Swap taskq_ent_t with taskqid_t in taskq_thread_t
29 * Store copy of tqent_flags prior to servicing task
30 * Move Arch Linux's VENDOR check above Ubuntu's
31
32 [ Brian Behlendorf ]
33 * Proxmox VE kernel compat, invalidate_inodes()
34
35 [ Darik Horn ]
36 * Refresh debian/patches after upstream merge.
37
38 -- Darik Horn <dajhorn@vanadac.com> Fri, 23 Dec 2011 07:20:57 -0600
39
40 spl-linux (0.6.0.41-0ubuntu1) unstable; urgency=low
41
42 [ Chris Dunlop ]
43 * Allow 64-bit timestamps to be set on 64-bit kernels
44
45 [ Prakash Surya ]
46 * Fix usage of MUTEX macro in mutex_enter_nested
47 * Add SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_ID
48 * Replace struct spl_task with struct taskq_ent
49 * Replace tq_work_list and tq_threads in taskq_t
50 * Add Test: "Single task queue, recursive dispatch"
51 * Implement taskq_dispatch_prealloc() interface
52 * Exercise new taskq interface in splat-taskq tests
53
54 -- Darik Horn <dajhorn@vanadac.com> Thu, 15 Dec 2011 10:07:00 -0600
55
56 spl-linux (0.6.0.40-0ubuntu1) unstable; urgency=low
57
58 * No changes.
59
60 -- Darik Horn <dajhorn@vanadac.com> Mon, 05 Dec 2011 20:05:13 -0600
61
62 spl-linux (0.6.0.39-0ubuntu1) unstable; urgency=low
63
64 [ Brian Behlendorf ]
65 * Prepend spl_ to all init/fini functions
66
67 [ Prakash Surya ]
68 * Fix a typo referencing an incorrect symbol
69
70 -- Darik Horn <dajhorn@vanadac.com> Mon, 05 Dec 2011 20:05:10 -0600
71
72 spl-linux (0.6.0.38-0ubuntu1) unstable; urgency=low
73
74 [ Brian Behlendorf ]
75 * Linux 3.1 compat, kern_path_parent()
76 * Linux 3.1 compat, vfs_fsync()
77 * Linux 3.1 compat, shrink_*cache_memory
78 * Fix depmod warning
79
80 [ Darik Horn ]
81 * Refresh debian/patches after upstream merge.
82
83 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Nov 2011 08:57:13 -0600
84
85 spl-linux (0.6.0.37-0ubuntu1) unstable; urgency=low
86
87 [ Brian Behlendorf ]
88 * Fix NULL deref in balance_pgdat()
89
90 -- Darik Horn <dajhorn@vanadac.com> Sat, 05 Nov 2011 10:24:06 -0500
91
92 spl-linux (0.6.0.36-0ubuntu1) unstable; urgency=low
93
94 [ Gunnar Beutner ]
95 * Fix race condition in mutex_exit()
96 * Remove the spinlocks for mutex_enter()/mutex_exit()
97 * Cleaned up MUTEX() #define
98
99 [ Brian Behlendorf ]
100 * Include distribution in release
101
102 [ Darik Horn ]
103 * Minor typo correction and comment updates.
104 * Remove redundant postinst and prerm boilerplate.
105
106 -- Darik Horn <dajhorn@vanadac.com> Fri, 28 Oct 2011 19:32:40 -0500
107
108 spl-linux (0.6.0.35-0ubuntu2) unstable; urgency=low
109
110 [ Brian Behlendorf ]
111 * Fix package URLs to use the github repository
112
113 [ Gunnar Beutner ]
114 * vn_rdwr() didn't properly advance the file position
115
116 -- Darik Horn <dajhorn@vanadac.com> Wed, 19 Oct 2011 13:27:54 -0500
117
118 spl-linux (0.6.0.34-0ubuntu1) unstable; urgency=low
119
120 [ Brian Behlendorf ]
121 * Revert "Stabilize the hostid for RPM installations."
122 * Remove /etc/hostid missing warning
123 * Prep spl-0.6.0-rc6 tag
124 * Fix various typos in comments
125
126 [ Gunnar Beutner ]
127 * Fixed invalid resource re-use in file_find()
128 * Properly destroy work items in spl_kmem_cache_destroy()
129 * Fixed typo in spl_slab_alloc()
130
131 [ Darik Horn ]
132 * Add the hostid-stabilize branch as DEB patches.
133
134 -- Darik Horn <dajhorn@vanadac.com> Tue, 11 Oct 2011 19:08:09 -0500
135
136 spl-linux (0.6.0.33-0ubuntu1) unstable; urgency=low
137
138 [ Brian Behlendorf ]
139 * Fix HAVE_FS_STRUCT_SPINLOCK check for gcc-4.1.2
140
141 -- Darik Horn <dajhorn@vanadac.com> Wed, 28 Sep 2011 22:32:44 -0500
142
143 spl-linux (0.6.0.32-0ubuntu1) unstable; urgency=low
144
145 * No changes.
146
147 -- Darik Horn <dajhorn@vanadac.com> Fri, 09 Sep 2011 20:35:00 -0500
148
149 spl-linux (0.6.0.31-0ubuntu1) unstable; urgency=low
150
151 * No changes.
152
153 -- Darik Horn <dajhorn@vanadac.com> Fri, 19 Aug 2011 13:04:20 -0500
154
155 spl-linux (0.6.0.30-0ubuntu1) unstable; urgency=low
156
157 * No changes.
158
159 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 00:44:08 -0500
160
161 spl-linux (0.6.0.29-0ubuntu1) unstable; urgency=low
162
163 * No changes.
164
165 -- Darik Horn <dajhorn@vanadac.com> Tue, 02 Aug 2011 10:06:23 -0500
166
167 spl-linux (0.6.0.28-0ubuntu1) unstable; urgency=low
168
169 [ Brian Behlendorf ]
170 * Fix the configure CONFIG_* option detection
171
172 -- Darik Horn <dajhorn@vanadac.com> Mon, 25 Jul 2011 23:00:55 -0500
173
174 spl-linux (0.6.0.27-0ubuntu1) unstable; urgency=low
175
176 * No changes.
177
178 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:44:38 -0500
179
180 spl-linux (0.6.0.26-0ubuntu1) unstable; urgency=low
181
182 [ Brian Behlendorf ]
183 * Fix 'make install' overly broad 'rm'
184
185 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:44:14 -0500
186
187 spl-linux (0.6.0.25.rc5-0ubuntu1) unstable; urgency=low
188
189 * Tagged spl-0.6.0-rc5 upstream.
190
191 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:16:08 -0500
192
193 spl-linux (0.6.0.24.rc5-0ubuntu1+oneiric1) oneiric; urgency=low
194
195 * No changes.
196
197 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:15:31 -0500
198
199 spl-linux (0.6.0.23.rc5-0ubuntu1+oneiric1) oneiric; urgency=low
200
201 * No changes. Topic branch for Ubuntu Oneiric.
202
203 -- Darik Horn <dajhorn@vanadac.com> Mon, 11 Jul 2011 20:54:19 -0500
204
205 spl-linux (0.6.0.22.rc5-0ubuntu1) unstable; urgency=low
206
207 [ Brian Behlendorf ]
208 * Prep spl-0.6.0-rc5 tag
209
210 -- Darik Horn <dajhorn@vanadac.com> Sun, 03 Jul 2011 12:59:29 -0500
211
212 spl-linux (0.6.0.21-0ubuntu1) unstable; urgency=low
213
214 [ Brian Behlendorf ]
215 * Linux 2.6.39 compat, mutex owner
216
217 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jul 2011 11:35:35 -0500
218
219 spl-linux (0.6.0.20-0ubuntu1) unstable; urgency=low
220
221 [ Brian Behlendorf ]
222 * Avoid 'rpm -q' bug for 'make pkg'
223 * Linux 3.0: Shrinker compatibility
224 * Add linux compatibility tests
225
226 [ Darik Horn ]
227 * Read the /etc/hostid file directly.
228 * Stabilize the hostid for RPM installations.
229
230 -- Darik Horn <dajhorn@vanadac.com> Fri, 24 Jun 2011 13:42:39 -0500
231
232 spl-linux (0.6.0.19-0ubuntu1) unstable; urgency=low
233
234 * Depend on the lsb-release package.
235
236 -- Darik Horn <dajhorn@vanadac.com> Sun, 19 Jun 2011 12:30:39 -0500
237
238 spl-linux (0.6.0.18-0ubuntu1) unstable; urgency=low
239
240 * No changes.
241
242 -- Darik Horn <dajhorn@vanadac.com> Thu, 16 Jun 2011 09:30:57 -0500
243
244 spl-linux (0.6.0.17-0ubuntu1) unstable; urgency=low
245
246 * No changes.
247
248 -- Darik Horn <dajhorn@vanadac.com> Sun, 05 Jun 2011 20:27:11 -0500
249
250 spl-linux (0.6.0.16-0ubuntu1) unstable; urgency=low
251
252 * No changes.
253
254 -- Darik Horn <dajhorn@vanadac.com> Sat, 28 May 2011 15:40:38 -0500
255
256 spl-linux (0.6.0.15-0ubuntu3) unstable; urgency=low
257
258 * No changes.
259
260 -- Darik Horn <dajhorn@vanadac.com> Mon, 23 May 2011 09:08:56 -0500
261
262 spl-linux (0.6.0.14-0ubuntu1~natty1) unstable; urgency=low
263
264 [ Brian Behlendorf ]
265 * Add TASKQ_NORECLAIM flag
266
267 -- Darik Horn <dajhorn@vanadac.com> Wed, 11 May 2011 20:30:33 -0500
268
269 spl-linux (0.6.0.13.rc4-0ubuntu1) unstable; urgency=low
270
271 * Use pristine-tar to import the upstream spl-0.6.0-rc4.tar.gz release.
272
273 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 20:33:55 -0500
274
275 spl-linux (0.6.0.12.rc4-0ubuntu2) unstable; urgency=low
276
277 * Add extended package descriptions.
278 * Add debian/copyright file.
279 * Add whackbang to the ltmain.sh script.
280 * Remove COPYING file from distribution.
281 * Add -e switch to the spl.postinst whackbang.
282 * Invoke `printf` indirectly through `which`.
283 * Add the debhelper token to the spl.postinst script.
284
285 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 19:13:26 -0500
286
287 spl-linux (0.6.0.12.rc4-0ubuntu1) unstable; urgency=low
288
289 [ Brian Behlendorf ]
290 * Prep spl-0.6.0-rc4 tag
291
292 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 10:08:46 -0500
293
294 spl-linux (0.6.0.11-0ubuntu1) unstable; urgency=low
295
296 [ Gunnar Beutner ]
297 * Renamed 'struct fid' for NFS
298
299 [ Brian Behlendorf ]
300 * Correct MAXUID
301
302 -- Darik Horn <dajhorn@vanadac.com> Mon, 02 May 2011 18:57:12 -0500
303
304 spl-linux (0.6.0.10-0ubuntu1) unstable; urgency=low
305
306 * Correct typos in the spl proc handler.
307 * Use 0.6.0.10 as the unofficial version.
308
309 -- Darik Horn <dajhorn@vanadac.com> Wed, 27 Apr 2011 11:39:19 -0500
310
311 spl-linux (0.6.0.9-0ubuntu1) unstable; urgency=low
312
313 [ Brian Behlendorf ]
314 * Linux 2.6.39 compat, DEFINE_SPINLOCK()
315 * Linux 2.6.39 compat, kern_path_parent()
316 * Linux 2.6.39 compat, zlib_deflate_workspacesize()
317 * Fix 32-bit MAXOFFSET_T definition
318
319 [ Darik Horn ]
320 * Import spl_hostid as a module parameter.
321 * Remove the gawk dependency.
322 * Make the SPL kernel messages consistent with ZFS.
323 * Use 0.6.0.9 as the unofficial version.
324 * Remove gawk packaging dependency.
325
326 -- Darik Horn <dajhorn@vanadac.com> Sat, 23 Apr 2011 11:04:24 -0500
327
328 spl-linux (0.6.0.8-0ubuntu1) unstable; urgency=low
329
330 [ Brian Behlendorf ]
331 * Fix rebuildable RPMs for el6/ch5
332 * Linux 2.6.39 compat, invalidate_inodes()
333 * Fix gcc configure warnings
334 * Fix unused variable
335
336 [ Darik Horn ]
337 * Merge upstream and use 0.6.0.8 as the unofficial version number.
338 * Use git-dch to update the debian/changelog.
339
340 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Apr 2011 07:40:03 -0500
341
342 spl-linux (0.6.0.7-0ubuntu1) unstable; urgency=low
343
344 [ Brian Behlendorf ]
345 * Add .va_dentry helper
346 * Linux shrinker compat
347 * Update /proc/spl/kmem/slab output
348 * Add slab usage summeries to /proc
349 * Decrease target objects per slab
350 * Add dnlc_reduce_cache() support
351 * Prep spl-0,6,0-rc3 tag
352
353 [ Darik Horn ]
354 * Merge upstream and use 0.6.0.7 as the unofficial version number.
355
356 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 12:27:00 -0500
357
358 spl-linux (0.6.0.6-0ubuntu1) unstable; urgency=low
359
360 [ Brian Behlendorf ]
361 * Update CHAOS 5 Packaging
362
363 [ Darik Horn ]
364 * Merge upstream and use 0.6.0.6 as the unofficial version number.
365
366 -- Darik Horn <dajhorn@vanadac.com> Tue, 05 Apr 2011 22:27:50 -0500
367
368 spl-linux (0.6.0.5-0ubuntu1) unstable; urgency=low
369
370 [ Brian Behlendorf ]
371 * Remove default GFP_NOFS allocations
372 * Disable vmalloc() direct reclaim
373 * Load zlib_inflate.ko
374 * Add crgetfsuid()/crgetfsgid() helpers
375
376 [ Darik Horn ]
377 * Set extend-diff-ignore='.*' in the debian/source/options file.
378 * Add the debuild-ppa.sh script for Launchpad PPA build convenience.
379 * Add a gawk dependency to the spl-dkms package.
380 * Merge upstream and tag as the unofficial spl-0.6.0.5 release.
381
382 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Mar 2011 22:49:23 -0500
383
384 spl-linux (0.6.0.4.rc2-0ubuntu2) unstable; urgency=low
385
386 * Stabilize the hostid for the zfs-initramfs package.
387
388 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Mar 2011 14:51:32 -0600
389
390 spl-linux (0.6.0.4.rc2-0ubuntu1) unstable; urgency=low
391
392 * Upstream spl-0.6.0-rc2 release.
393 * Remove ${shlibs:Depends} from the spl-dkms dependencies.
394
395 -- Darik Horn <dajhorn@vanadac.com> Thu, 10 Mar 2011 09:14:20 -0600
396
397 spl-linux (0.6.0.3.git-0ubuntu1) unstable; urgency=low
398
399 * Revert the '+' in the upstream version because it is not recognized by DKMS.
400
401 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 12:18:31 -0600
402
403 spl-linux (0.6.0.3+git-0ubuntu2) unstable; urgency=low
404
405 * No changes. Increment version number for a bad build.
406
407 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:56:01 -0600
408
409 spl-linux (0.6.0.3+git-0ubuntu1) unstable; urgency=low
410
411 * Begin using the +git upstream naming convention.
412 * Merge the behlendorf/master branch.
413
414 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 09:56:58 -0600
415
416 spl-linux (0.6.0.2-0ubuntu1) unstable; urgency=low
417
418 * Merge the behlendorf/xvattr branch and tag it as 0.6.0.2 upstream.
419
420 -- Darik Horn <dajhorn@vanadac.com> Fri, 04 Mar 2011 19:12:16 -0600
421
422 spl-linux (0.6.0.1rc-1ubuntu5) unstable; urgency=low
423
424 * Check for a Debian host in PRE_BUILD and configure for split headers.
425 See https://github.com/behlendorf/spl/issues/closed/#issue/10
426
427 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 17:28:07 -0600
428
429 spl-linux (0.6.0.1rc-1ubuntu4) unstable; urgency=low
430
431 * Remove the build dependency on linux-headers because it is unnecessary
432 for Ubuntu and prevents building on Debian Squeeze and Debian Sid.
433
434 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 12:55:57 -0600
435
436 spl-linux (0.6.0.1rc-1ubuntu3) unstable; urgency=low
437
438 * Add version numbers to the debhelper and dkms dependencies.
439
440 -- Darik Horn <dajhorn@vanadac.com> Sat, 26 Feb 2011 00:58:10 -0600
441
442 spl-linux (0.6.0.1rc-1ubuntu2) unstable; urgency=low
443
444 * Add fix-zlib.patch.
445
446 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 20:33:36 -0600
447
448 spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
449
450 * Add invalidate-inodes.patch for Linux 2.6.37,
451 which superceds the use-linux-flock-struct.patch.
452 (Commit: 5a52a782a0a04efee3846e1a8f0bb4796930e0e4)
453 * Substitute distro names in the debian/changelog
454 such that pkg-spl can be more generic.
455
456 -- Darik Horn <dajhorn@vanadac.com> Wed, 23 Feb 2011 20:55:24 -0600
457
458 spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
459
460 * Add use-linux-flock-struct.patch for 32-bit systems.
461 (Commit: ac35ef7e3c107e972250bcd15143328e7aef5943)
462
463 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 08:48:03 -0600
464
465 spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
466
467 * Upstream spl-0.6.0-rc1.tar.gz release.
468 * Kludge the "rc1" version for packaging convenience.
469
470 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 19:10:09 -0600
471
472 spl-linux (0.5.2-1ubuntu7) unstable; urgency=low
473
474 * Add conflict for spl-dev, which is a package in universe
475 that also installs a /usr/lib/libspl.a file.
476
477 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 17:43:52 -0600
478
479 spl-linux (0.5.2-1ubuntu6) unstable; urgency=low
480
481 * Initial DKMS packaging for Debian and Ubuntu.
482
483 -- Darik Horn <dajhorn@vanadac.com> Thu, 17 Feb 2011 18:57:36 -0600