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