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