]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/changelog
PPA 0.6.0.36-0ubuntu1 release.
[mirror_zfs-debian.git] / debian / changelog
1 zfs-linux (0.6.0.36-0ubuntu1) unstable; urgency=low
2
3 [ Brian Behlendorf ]
4 * Include distribution in release
5
6 [ Darik Horn ]
7 * Change sun.com URLs to zfsonlinux.org
8 * Depend on udev that provides stand-alone path_id.
9
10 [ Xin Li ]
11 * Illumos #1661: Fix flaw in sa_find_sizes() calculation
12
13 -- Darik Horn <dajhorn@vanadac.com> Fri, 28 Oct 2011 19:38:49 -0500
14
15 zfs-linux (0.6.0.35-0ubuntu2) unstable; urgency=low
16
17 [ Ned Bass ]
18 * Use @ZFS_META LICENSE@ in spec.in files
19
20 [ Alexander Stetsenko ]
21 * Illumos #755: dmu_recv_stream builds incomplete guid_to_ds_map
22
23 [ Brian Behlendorf ]
24 * Set mtime on symbolic links
25
26 -- Darik Horn <dajhorn@vanadac.com> Wed, 19 Oct 2011 15:26:00 -0500
27
28 zfs-linux (0.6.0.34-0ubuntu1) unstable; urgency=low
29
30 [ Oleg Stepura ]
31 * Fix 'unexpected operator' bashism
32
33 [ Brian Behlendorf ]
34 * Synchronize initramfs and system hostid
35 * Export symbols for the full SA API
36 * Prep zfs-0.6.0-rc6 tag
37 * Add provides lustre-backend-fs to rpm
38 * Export symbols for the VFS API
39 * Disable 90-zfs.rules for test suite
40
41 [ Darik Horn ]
42 * Add "activate update-initramfs" dpkg trigger.
43 * Add news item: The PPA for ZFS is moving.
44 * Add patch: Use /bin/bash to invoke dracut scripts.
45 * Add provides lustre-backend-fs to deb
46
47 -- Darik Horn <dajhorn@vanadac.com> Tue, 11 Oct 2011 21:16:47 -0500
48
49 zfs-linux (0.6.0.33-0ubuntu1) unstable; urgency=low
50
51 [ Darik Horn ]
52 * Automatically set REMAKE_INITRD in the dkms.conf
53
54 [ Brian Behlendorf ]
55 * Install zfs-devel headers in /usr/include
56 * Suppress kmem_alloc() warning in zfs_prop_set_special()
57 * Export symbols for the full ZAP API
58 * Fix uninitialized varible in zfs_do_userspace()
59
60 [ Ned Bass ]
61 * Use automatic variable in Makefile
62
63 [ Zachary Bedell ]
64 * Fix boot failure in Dracut scripts.
65 * Make libefi-created GPT compatible with gptfdisk
66
67 [ Andreas Dilger ]
68 * zpl: Fix "df -i" to have better free inodes value
69
70 -- Darik Horn <dajhorn@vanadac.com> Wed, 28 Sep 2011 22:38:56 -0500
71
72 zfs-linux (0.6.0.32-0ubuntu1) unstable; urgency=low
73
74 [ Prakash Surya ]
75 * Fix minor autoconf error message inconsistencies
76 * Convert 'if' statements to AS_IF in kernel.m4
77 * Fix package URLs to use the github repository
78 * Fix zfs.spec.in to use @LICENSE@ variable
79
80 [ Jeremy Gill ]
81 * Ensure FC15 boots when zfs isn't used for boot partition
82
83 [ Brian Behlendorf ]
84 * Fix usage of zsb after free
85
86 -- Darik Horn <dajhorn@vanadac.com> Fri, 09 Sep 2011 20:27:34 -0500
87
88 zfs-linux (0.6.0.31-0ubuntu2) unstable; urgency=low
89
90 * Change $ZFS to `zfs` in the init script.
91
92 -- Darik Horn <dajhorn@vanadac.com> Wed, 24 Aug 2011 10:04:15 -0500
93
94 zfs-linux (0.6.0.31-0ubuntu1) unstable; urgency=low
95
96 [ Brian Behlendorf ]
97 * Disable zfs /etc/mtab updates
98 * Fix incompatible pointer type warning
99 * Fix missing format arguments
100 * Fixed uninitialized variable
101 * Buildbot suppression rules
102 * Fix autoconf variable substitution in init scripts.
103 * Fix incorrect zpool_cache substitution
104
105 [ Kyle Fuller ]
106 * Move 90-zfs udev rule from dracut to udev/rules.d
107 * Make dracut module-setup.sh an autoconf config file
108
109 [ Darik Horn ]
110 * Add chkconfig and description lines to zfs init.
111 * Disable default start action in the init script.
112 * Implement the status command in the init script.
113 * Share filesystems in the init script.
114 * Remove ellipses from log lines in the init script.
115
116 -- Darik Horn <dajhorn@vanadac.com> Mon, 22 Aug 2011 21:26:25 -0500
117
118 zfs-linux (0.6.0.30-0ubuntu2) unstable; urgency=low
119
120 * Remove zpool_layout from the initramfs manifest.
121 * Let mkinitramfs fail if the utilities are missing.
122
123 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 16:52:01 -0500
124
125 zfs-linux (0.6.0.30-0ubuntu1) unstable; urgency=low
126
127 [ Brian Behlendorf ]
128 * Cleanup mmap(2) writes
129 * Add backing_device_info per-filesystem
130 * Correctly lock pages for .readpages()
131 * Autogen refresh for udev changes
132 * Improve HAVE_EVICT_INODE check
133
134 [ Kyle Fuller ]
135 * Move udev rules from /etc/udev to /lib/udev
136
137 [ Darik Horn ]
138 * Accomodate udev autotools changes in packaging.
139
140 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 01:17:20 -0500
141
142 zfs-linux (0.6.0.29-0ubuntu1) unstable; urgency=low
143
144 [ Kyle Fuller ]
145 * Make autogen.sh executable
146 * Turn the init.d scripts into autoconf config files
147
148 [ Zachary Bedell ]
149 * Wrap dracut scripts to 79 chars
150
151 [ Brian Behlendorf ]
152 * Add .gitignore for zfs.<distro> init scripts
153
154 [ Tim Haley ]
155 * Illumos #xxx: zdb -vvv broken after zfs diff integration
156
157 [ Gordon Ross ]
158 * Illumos #764: panic in zfs:dbuf_sync_list
159
160 [ Garrett D'Amore ]
161 * Illumos #175: zfs vdev cache consumes excessive memory
162
163 [ Shampavman ]
164 * Illumos #510: 'zfs get' enhancement - mountpoint as an argument
165
166 [ George Wilson ]
167 * Illumos #1051: zfs should handle imbalanced luns
168
169 [ Matt Ahrens ]
170 * Illumos #1092: zfs refratio property
171
172 [ Eric Schrock ]
173 * Illumos #883: ZIL reuse during remount corruption
174
175 [ Martin Matuska ]
176 * Illumos #1043: Recursive zfs snapshot destroy fails
177 * Illumos #1313: Integer overflow in txg_delay()
178
179 [ Alexander Stetsenko ]
180 * Illumos #278: get rid zfs of python and pyzfs dependencies
181
182 [ James H ]
183 * Call exportfs -v once for NFS shares.
184
185 [ Gunnar Beutner ]
186 * Use /dev/null for stdout/stderr in libzfs_run_process().
187 * Use libzfs_run_process() in libshare.
188
189 -- Darik Horn <dajhorn@vanadac.com> Tue, 02 Aug 2011 10:18:10 -0500
190
191 zfs-linux (0.6.0.28-0ubuntu2) unstable; urgency=low
192
193 * Update replacement controls for libzfs-dev.
194
195 -- Darik Horn <dajhorn@vanadac.com> Tue, 26 Jul 2011 00:03:19 -0500
196
197 zfs-linux (0.6.0.28-0ubuntu1) unstable; urgency=low
198
199 [ Brian Behlendorf ]
200 * Fix the configure CONFIG_* option detection
201 * Add missing <pool> option
202 * Fix txg_sync_thread deadlock
203
204 [ Zachary Bedell ]
205 * Soft to hard tabs
206 * Catch return errors from zpool commands
207
208 [ Darik Horn ]
209 * Force root pool imports in the initramfs script.
210 * lintian: non-dev-pkg-with-shlib-symlink
211 * Override lintian extra-license-file warnings.
212 * Update the project Github link.
213 * Override dh_shlibdeps warnings.
214
215 -- Darik Horn <dajhorn@vanadac.com> Mon, 25 Jul 2011 23:39:10 -0500
216
217 zfs-linux (0.6.0.27-0ubuntu1) unstable; urgency=low
218
219 [ Brian Behlendorf ]
220 * Use zfs_mknode() to create dataset root
221
222 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:39:22 -0500
223
224 zfs-linux (0.6.0.26-0ubuntu1) unstable; urgency=low
225
226 [ Brian Behlendorf ]
227 * Fix send/recv 'dataset is busy' errors
228 * Update 'zpool import' man page
229 * Fix mmap(2)/write(2)/read(2) deadlock
230 * Fix zio_execute() deadlock
231 * Fix zpl_writepage() deadlock
232 * Fix 'make install' overly broad 'rm'
233 * Honor setgit bit on directories
234
235 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Jul 2011 18:27:15 -0500
236
237 zfs-linux (0.6.0.25.rc5-0ubuntu4) unstable; urgency=low
238
239 * Add fix-issue-319 patch.
240
241 -- Darik Horn <dajhorn@vanadac.com> Fri, 15 Jul 2011 20:09:22 -0500
242
243 zfs-linux (0.6.0.25.rc5-0ubuntu3) unstable; urgency=low
244
245 * Stub the Makefile.in files in scripts/.
246
247 -- Darik Horn <dajhorn@vanadac.com> Fri, 15 Jul 2011 08:45:00 -0500
248
249 zfs-linux (0.6.0.25.rc5-0ubuntu1) unstable; urgency=low
250
251 [ Andrew Tselischev ]
252 * Fix 'rc_parallel="YES"' error
253
254 [ Prasad Joshi ]
255 * Use consistent error message in zpool sub-command
256
257 [ Gunnar Beutner ]
258 * Fixed indentation in the zfs.lunar init script.
259 * Removed erroneous backticks in the zfs.lunar init script.
260 * Implemented sharing datasets via NFS using libshare.
261 * Link libshare directly to libzfs
262 * Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE.
263 * Updated init scripts to enable automatic sharing of ZFS datasets.
264
265 [ Zachary Bedell ]
266 * Update zfs.gentoo/zfs.lsb init script
267 * Update for Dracut-010
268 * Document initramfs process
269
270 [ Brian Behlendorf ]
271 * Add proper library versioning
272 * Update ztest paths
273 * Update 'zfs send' documentation
274 * Add L2ARC tunables
275 * Improve fstat(2) performance
276
277 [ Darik Horn ]
278 * Refresh patches.
279 * Set the configuration prefix to root.
280 * Remove /usr/bin/hostid from the initramfs image.
281 * Add zfs-dracut package.
282 * Add libshare0 package.
283 * Disable disable-dist-init.patch
284 * Add nfs-kernel-server suggestion.
285 * Demote spl-dkms to a regular dependency.
286 * lintian: package-name-doesnt-match-sonames
287 * lintian: incorrect-libdir-in-la-file
288 * Rename libavl1 to libzavl1.
289
290 [ Fajar A. Nugraha ]
291 * Check for "udevadm settle" vs "udevsettle"
292 * Remove zfs service only on uninstall, not on upgrade
293
294 [ Kyle Fuller ]
295 * Provide a rc.d script for archlinux
296
297 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:49:02 -0500
298
299 zfs-linux (0.6.0.22.rc5-0ubuntu1) unstable; urgency=low
300
301 [ Prasad Joshi ]
302 * MMAP Optimization
303
304 [ Brian Behlendorf ]
305 * Remove unused MMAP functions
306 * Add ZFS specific mmap() checks
307 * Avoid 'rpm -q' bug for 'make pkg'
308 * Linux compat 2.6.39: security_inode_init_security()
309 * Linux compat 2.6.39: mount_nodev()
310 * Fix implicit declaration of 'mkdirp'
311 * Always allow non-user xattrs
312 * Prep zfs-0.6.0-rc5 tag
313
314 [ Rohan Puri ]
315 * Support mandatory locks (nbmand)
316
317 -- Darik Horn <dajhorn@vanadac.com> Sun, 03 Jul 2011 13:06:48 -0500
318
319 zfs-linux (0.6.0.21-0ubuntu1) unstable; urgency=low
320
321 [ Prasad Joshi ]
322 * Tear down and flush the mmap region
323 * Use truncate_setsize in zfs_setattr
324
325 [ Brian Behlendorf ]
326 * Ensure all block devices are available
327
328 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jul 2011 11:41:40 -0500
329
330 zfs-linux (0.6.0.20-0ubuntu1) unstable; urgency=low
331
332 [ Gunnar Beutner ]
333 * Removed erroneous zfs_inode_destroy() calls from zfs_rmnode().
334 * Fix unlink/xattr deadlock
335
336 [ Brian Behlendorf ]
337 * Linux 3.0 compat, shrinker compatibility
338
339 [ Ned A. Bass ]
340 * Multipath device manageability improvements
341
342 -- Darik Horn <dajhorn@vanadac.com> Sat, 25 Jun 2011 22:14:26 -0500
343
344 zfs-linux (0.6.0.19-0ubuntu1) unstable; urgency=low
345
346 [ Brian Behlendorf ]
347 * Use datadir not datarootdir for dracut
348 * Update rpm/deb packages to be FHS compliant
349 * Linux 2.6.37 compat, WRITE_FLUSH_FUA
350
351 [ Christian Kohlschütter ]
352 * Add "ashift" property to zpool create
353
354 [ Darik Horn ]
355 * Fix autoconf variable substitution in udev rules.
356 * Autogen refresh.
357 * Refresh patches.
358
359 -- Darik Horn <dajhorn@vanadac.com> Sun, 19 Jun 2011 13:06:43 -0500
360
361 zfs-linux (0.6.0.18-0ubuntu1) unstable; urgency=low
362
363 [ Brian Behlendorf ]
364 * Fix 'zfs send -D' segfault
365 * Pass -f option for import
366 * Add default stack checking
367 * Check for -Wno-unused-but-set-variable gcc support
368 * Always check -Wno-unused-but-set-variable gcc support
369 * Handle /etc/mtab -> /proc/mounts symlink
370
371 -- Darik Horn <dajhorn@vanadac.com> Thu, 16 Jun 2011 09:39:30 -0500
372
373 zfs-linux (0.6.0.17-0ubuntu1) unstable; urgency=low
374
375 [ Brian Behlendorf ]
376 * Make tgx_sync_thread zio's async
377 * Revert "Fix stack traverse_visitbp()"
378 * Fix stack ddt_zap_lookup()
379 * Fix stack ddt_class_contains()
380 * Fix zpios-sanity.sh return code
381 * Always unload zpios.ko on exit
382 * Delay before destroying loopback devices
383 * Sanatize zpios-sanity.sh environment
384
385 -- Darik Horn <dajhorn@vanadac.com> Sun, 05 Jun 2011 20:32:51 -0500
386
387 zfs-linux (0.6.0.16-0ubuntu1) unstable; urgency=low
388
389 [ Brian Behlendorf ]
390 * Pass caller's credential in zfsdev_ioctl()
391 * Default to internal 'zfs userspace' implementation
392 * Use vmem_alloc() for zfs_ioc_userspace_many()
393 * Fix 4K sector support
394
395 -- Darik Horn <dajhorn@vanadac.com> Sat, 28 May 2011 15:47:15 -0500
396
397 zfs-linux (0.6.0.15-0ubuntu1) unstable; urgency=low
398
399 [ Alexey Shvetsov ]
400 * Make zfs.gentoo init script more gentoo style.
401 * Fix zfs.gentoo init script logic
402 * Remove root 'ls' after mount workaround
403 * Fix distribution detection for gentoo
404
405 [ Brian Behlendorf ]
406 * Update synchronous open zfs_close() comment
407 * Fix 'negative objects to delete' warning
408
409 -- Darik Horn <dajhorn@vanadac.com> Mon, 23 May 2011 09:18:38 -0500
410
411 zfs-linux (0.6.0.14-0ubuntu1) unstable; urgency=low
412
413 [ Brian Behlendorf ]
414 * Use vmem_alloc() for zfs_ioc_pool_get_history()
415 * Fix awk usage
416 * Handle NULL in nfsd .fsync() hook
417 * Disable direct reclaim for z_wr_* threads
418
419 [ Ned A. Bass ]
420 * Don't store rdev in SA for FIFOs and sockets
421
422 -- Darik Horn <dajhorn@vanadac.com> Wed, 11 May 2011 20:28:21 -0500
423
424 zfs-linux (0.6.0.13.rc4-0ubuntu1) unstable; urgency=low
425
426 [ Brian Behlendorf ]
427 * Add missing ZFS tunables
428 * Allow mounting of read-only snapshots
429
430 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 20:48:14 -0500
431
432 zfs-linux (0.6.0.12.rc4-0ubuntu2) unstable; urgency=low
433
434 * Add the debhelper token to zfs-initramfs.preinst
435 * Add the debehelper token to zfsutils.preinst
436 * Add extended package descriptions.
437 * Disable zpool-layout distribution.
438 * Add -e switch to the zfsutils.preinst whackbang.
439 * Add docs file for each package.
440 * Package libexec scripts as examples.
441 * Add -e switch to the zfs-initramfs.preinst whackbang.
442 * Flag autogen.sh as executable.
443 * Add -e switch to the zfs-dkms.postinst whackbang.
444 * Disable scripts distribution.
445 * Add whackbang to the ltmain.sh script.
446 * Remove unused zfs-dkms.preinst script.
447 * Add -e switch to the zfs-dkms.prerm whackbang.
448 * Remove unused zfs-dkms.postrm script.
449 * Specify a distro section for each package.
450 * Add snapshot-mount.patch
451
452 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 19:51:35 -0500
453
454 zfs-linux (0.6.0.12.rc4-0ubuntu1) unstable; urgency=low
455
456 [ Brian Behlendorf ]
457 * Add Gentoo/Lunar/Redhat Init Scripts
458 * Prep zfs-0.6.0-rc4 tag
459
460 [ Darik Horn ]
461 * Use 0.6.0.12.rc4 as the unofficial version.
462 * Quilt refresh.
463
464 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 10:18:40 -0500
465
466 zfs-linux (0.6.0.11-0ubuntu1) unstable; urgency=low
467
468 [ Brian Behlendorf ]
469 * Suppress 'vdev_metaslab_init' memory warning
470 * Fix 'zfs set volsize=N pool/dataset'
471 * Fully update inode when created
472 * Correct MAXUID
473
474 [ Gunnar Beutner ]
475 * Implemented NFS export_operations.
476
477 [ Alejandro R. Sedeño ]
478 * Add zpl_export.c to the list of targets.
479
480 -- Darik Horn <dajhorn@vanadac.com> Mon, 02 May 2011 19:07:36 -0500
481
482 zfs-linux (0.6.0.10-0ubuntu1) unstable; urgency=low
483
484 [ Brian Behlendorf ]
485 * Fix zvol deadlock
486 * Conserve stack in dsl_scan_visitbp()
487 * Conserve stack in dsl_scan_visitbp()
488 * Conserve stack in dsl_scan_visit()
489
490 [ Darik Horn ]
491 * Use gethostid in the Linux convention.
492 * Use 0.6.0.10 as the unofficial version.
493 * Use substvars versions in the debian/control.
494
495 -- Darik Horn <dajhorn@vanadac.com> Wed, 27 Apr 2011 11:23:52 -0500
496
497 zfs-linux (0.6.0.9-0ubuntu1) unstable; urgency=low
498
499 [ Brian Behlendorf ]
500 * Update zconfig.sh to use new zvol names
501 * Suppress 'zfs receive' memory warning
502 * Enforce ARC meta-data limits
503 * Fix spurious -EFAULT when setting I/O scheduler
504 * Fix 32-bit MAXOFFSET_T definition
505
506 [ Aniruddha Shankar ]
507 * Added required runlevel info for init on Debian
508
509 [ Gunnar Beutner ]
510 * Fixed a use-after-free bug in zfs_zget().
511
512 [ Darik Horn ]
513 * Use 0.6.0.9 as the unofficial version.
514 * Remove the gawk packaging dependency.
515
516 -- Darik Horn <dajhorn@vanadac.com> Sat, 23 Apr 2011 11:21:36 -0500
517
518 zfs-linux (0.6.0.8-0ubuntu1) unstable; urgency=low
519
520 [ Brian Behlendorf ]
521 * Linux 2.6.29 compat, credentials
522 * Fix rebuildable RPMs for el6/ch5
523 * Autogen refresh for kernel-insert-inode-locked.m4
524 * Linux 2.6.39 compat, invalidate_inodes()
525 * Fix gcc compiler warning, dsl_pool_create()
526 * Fix gcc compiler warning, parse_option()
527 * Fix gcc configure warnings
528 * Set -Wno-unused-but-set-variable globally
529 * Add Gunnar Beutner to AUTHORS for his contributions
530 * Add parted and lsscsi dependencies to zfs-test
531
532 [ Richard Laager ]
533 * Fix a couple comments
534 * Correct man page section numbers for Linux
535 * Change /dev/dsk -> /dev in the man pages
536 * More and correct an example in zpool.8
537 * Use Linux disk names in zpool.8
538 * Linux has "partitions", not "slices"
539 * Remove a stray tab
540 * Improve some quoting consistency
541 * Improve the wording about hot spares
542 * Normalize the deferred destruction language
543 * Update the version in the zpool upgrade example
544 * Cleanup various Sun/Solaris-isms
545 * Support IEC base-2 prefixes
546
547 [ Ned Bass ]
548 * Use consistent indentation in mount-zfs.sh
549 * Align closing fi in mount-zfs.sh
550
551 [ Gunnar Beutner ]
552 * Added missing initialization for va.va_dentry in zfs_get_xattrdir.
553 * Truncate the xattr znode when updating existing attributes.
554
555 [ Darik Horn ]
556 * Refresh debian/patches.
557 * Use zfs-0.6.0.8 as the unofficial upstream version.
558 * Set a version on the spl-dkms dependency.
559
560 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Apr 2011 08:21:51 -0500
561
562 zfs-linux (0.6.0.7-0ubuntu2) unstable; urgency=low
563
564 [ Brian Behlendorf ]
565 * Call d_instantiate before unlocking inode
566 * Add missing arcstats
567 * Add direct+indirect ARC reclaim
568 * Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))
569 * Prep zfs-0.6.0-rc3 tag
570
571 [ Manuel Amador (Rudd-O) ]
572 * Added .gitignore for mount.zfs and zvol_id
573 * Permit both mountpoint=legacy and mountpoint=/ in initrd
574 * Update zfs.fedora init script
575
576 [ Darik Horn ]
577 * Upstream zfs-0.6.0-rc3 tag. Use 0.6.0.7 instead.
578 * Add a zfs-grub dependency to zfs-initramfs.
579 * Add a NEWS entry for the decomposition and rename.
580
581 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 13:51:23 -0500
582
583 zfs-linux (0.6.0.6-0ubuntu2) unstable; urgency=low
584
585 * Partial autogen updates to fix PPA builds.
586
587 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 10:52:30 -0500
588
589 zfs-linux (0.6.0.6-0ubuntu1) unstable; urgency=low
590
591 [ Fajar A. Nugraha ]
592 * Fixes to enable zvol symlink creation
593 * Spec file compat, %{datadir}
594
595 [ Brian Behlendorf ]
596 * Set cmd paths in udev rules using --prefix
597 * Fix inflated load average
598 * Fix libzpool cv_* build error
599 * Update CHAOS 5 Packaging
600 * Fix `make distclean` for `./configure --with-config=user
601
602 [ Ned Bass ]
603 * Call udevadm trigger more safely
604
605 [ Darik Horn ]
606 * Remove `make distclean` kludge.
607 * Ignore `zfs unmount -a` errors in the init script.
608 * Rename /etc/default/zfsload during upgrades.
609 * Disable dracut instead of reverting it.
610 * Move udev rules from /etc to /lib.
611 * Add ${shlibs:Depends} to each control stanza.
612 * Remove volume and swap handling from the init script.
613
614 -- Darik Horn <dajhorn@vanadac.com> Tue, 05 Apr 2011 22:08:06 -0500
615
616 zfs-linux (0.6.0.5-1ubuntu7) unstable; urgency=low
617
618 * Force the dkms.conf file into the zfs-dkms package.
619
620 -- Darik Horn <dajhorn@vanadac.com> Thu, 31 Mar 2011 11:03:56 -0500
621
622 zfs-linux (0.6.0.5-1ubuntu6) unstable; urgency=low
623
624 * Link /proc/mounts to /etc/mtab.
625 * Add the /etc/default/zfs import to the init script.
626
627 -- Darik Horn <dajhorn@vanadac.com> Wed, 30 Mar 2011 16:12:41 -0500
628
629 zfs-linux (0.6.0.5-1ubuntu5) unstable; urgency=low
630
631 * Use /sbin/mount.zfs for the root mount in the initramfs.
632 * Handle the GRUB zfs-bootfs parameter in the initramfs.
633
634 -- Darik Horn <dajhorn@vanadac.com> Wed, 30 Mar 2011 12:22:12 -0500
635
636 zfs-linux (0.6.0.5-1ubuntu2) unstable; urgency=low
637
638 * Rename the zfs package to zfsutils.
639 * Rename the zfs-lib package to libzfs0.
640 * Decompose the zfs-lib package.
641 * Restrict the package architecture to linux-any.
642 * Remove the KQ init script that was imported from zfs-linux/lzfs.
643 * Import the zfsutils init script from Debian kFreeBSD.
644 * Check zvols for Linux swap areas instead of FreeBSD swap areas.
645 * Replace zfs by zfsutils in the debian/control file.
646 * Add libzfs-dev to the debian/control file.
647 * Change usr/lib/include to usr/include in the libzfs-dev.install file.
648 * Add a zfs-lib replacement to each constituent library.
649
650 -- Darik Horn <dajhorn@vanadac.com> Tue, 29 Mar 2011 09:17:38 -0500
651
652 zfs-linux (0.6.0.5-0ubuntu2) unstable; urgency=low
653
654 * Include /sbin/mount.zfs in the zfs package.
655
656 -- Darik Horn <dajhorn@vanadac.com> Thu, 24 Mar 2011 12:37:40 -0500
657
658 zfs-linux (0.6.0.5-0ubuntu1) unstable; urgency=low
659
660 [ Brian Behlendorf ]
661 * Check for trailing '/' in mount.zfs
662 * Don't set I/O Scheduler for Partitions
663 * Always allow '-o remount,ro'
664 * Strip 'zfsutil,remount' from /etc/mtab
665 * Register .sync_fs handler
666 * Register .remount_fs handler
667 * Add init scripts
668 * Fix getcwd() warning
669 * Fix 'LDFLAGS=-Wl,--as-needed' build error
670 * Use KM_PUSHPAGE instead of KM_SLEEP
671 * Fix evict() deadlock
672 * Linux compat, umount2(2) flags
673 * Linux 2.6.27 compat, blk_queue_stackable()
674 * Linux 2.6.28 compat, insert_inode_locked()
675 * Linux 2.6.29 compat, credentials
676 * Linux 2.6.29 compat, .freeze_fs/.unfreeze_fs
677
678 [ Darik Horn ]
679 * Full upstream merge. Use zfs-0.6.0.5 as the unofficial upstream version.
680 * Revert the dracut commit in debian/patches.
681 * Revert the init script commit in debian/patches.
682 * Quilt refresh.
683 * Properly strip the bootfs= and rpool= kernel command line parameters.
684 * Remove the whack-bang and execute bit from the initramfs boot script.
685
686 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Mar 2011 23:07:49 -0500
687
688 zfs-linux (0.6.0.4.rc2-0ubuntu6) unstable; urgency=low
689
690 * Trivial typo correction in the debian/copyright file.
691 * Remove the init-top/hostname script and force BUSYBOX=y instead.
692 * Correct typos in the debian/debuild-ppa.sh helper.
693 * Add a debian/source/options file that disable the
694 implied --single-debian-patch build option.
695
696 -- Darik Horn <dajhorn@vanadac.com> Sun, 20 Mar 2011 19:11:12 -0500
697
698 zfs-linux (0.6.0.4.rc2-0ubuntu5) unstable; urgency=low
699
700 * Add the debuild-ppa.sh script for Launchpad PPA build convenience.
701 * Add fix-getcwd-warning.patch from behlendorf/master.
702 * Add fix-gentoo-ldflags.patch from behlendorf/master.
703 * Add the pkg-zfs repository to the debian/copyright file.
704
705 -- Darik Horn <dajhorn@vanadac.com> Sun, 20 Mar 2011 15:27:49 -0500
706
707 zfs-linux (0.6.0.4.rc2-0ubuntu4) unstable; urgency=low
708
709 * Add behlendorf/dracut patch for better dismount handling at shutdown.
710
711 -- Darik Horn <dajhorn@vanadac.com> Wed, 16 Mar 2011 09:16:00 -0500
712
713 zfs-linux (0.6.0.4.rc2-0ubuntu3) unstable; urgency=low
714
715 * Add patches from behlendorf/master:
716 * check-for-trailing-slash-in-mount.patch
717 * do-not-set-io-scheduler-for-partitions.patch
718 * Add gawk dependency to the zfs-initramfs package.
719
720 -- Darik Horn <dajhorn@vanadac.com> Sun, 13 Mar 2011 21:32:32 -0500
721
722 zfs-linux (0.6.0.4.rc2-0ubuntu2) unstable; urgency=low
723
724 * Initial zfs-initramfs packaging for root filesystem support.
725
726 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Mar 2011 15:39:37 -0600
727
728 zfs-linux (0.6.0.4.rc2-0ubuntu1) unstable; urgency=low
729
730 * Upstream spl-0.6.0-rc2 release.
731
732 -- Darik Horn <dajhorn@vanadac.com> Thu, 10 Mar 2011 09:35:43 -0600
733
734 zfs-linux (0.6.0.3.git-0ubuntu1) unstable; urgency=low
735
736 * Revert the '+' in the upstream version because it is not recognized by DKMS.
737
738 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 12:24:41 -0600
739
740 zfs-linux (0.6.0.3+git-0ubuntu2) unstable; urgency=low
741
742 * Change spl-dkms to a pre-dependency in the control file.
743
744 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:54:07 -0600
745
746 zfs-linux (0.6.0.3+git-0ubuntu1) unstable; urgency=low
747
748 * Begin using the +git upstream naming convention.
749 * Merge the behlendorf/mount and behlendorf/master branches.
750
751 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:09:24 -0600
752
753 zfs-linux (0.6.0.2-0ubuntu1) unstable; urgency=low
754
755 * Merge the behlendorf/master branch for the xvattr changes
756 and tag it as 0.6.0.2 upstream.
757
758 -- Darik Horn <dajhorn@vanadac.com> Fri, 04 Mar 2011 19:24:42 -0600
759
760 zfs-linux (0.6.0.1rc.1-0ubuntu6) unstable; urgency=low
761
762 * Check for a Debian host in PRE_BUILD and configure for split headers.
763 See https://github.com/behlendorf/spl/issues/closed/#issue/10
764
765 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 17:51:17 -0600
766
767 zfs-linux (0.6.0.1rc.1-0ubuntu5) unstable; urgency=low
768
769 * Remove the build dependency on linux-headers because it is unnecessary
770 for Ubuntu and prevents building on Debian Squeeze and Debian Sid.
771
772 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 13:20:03 -0600
773
774 zfs-linux (0.6.0.1rc.1-0ubuntu4) unstable; urgency=low
775
776 * Add version numbers to the dkms dependencies.
777
778 -- Darik Horn <dajhorn@vanadac.com> Sat, 26 Feb 2011 01:13:40 -0600
779
780 zfs-linux (0.6.0.1rc.1-0ubuntu3) unstable; urgency=low
781
782 * Add fix-set-block-scheduler-warnings.patch.
783
784 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 20:59:26 -0600
785
786 zfs-linux (0.6.0.1rc.1-0ubuntu2) unstable; urgency=low
787
788 * Add udev-zvol.patch for udev to create zvol links.
789 (Commit: 4c0d8e50b99b4f3b4a9b7bc67ac7fc4e406f5755)
790
791 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 15:20:41 -0600
792
793 zfs-linux (0.6.0.1rc.1-0ubuntu1) unstable; urgency=low
794
795 * Merge behlendorf/linux-compat for Linux 2.6.38 compatibility.
796 * Add /etc/default/zfsload for the init script.
797 * Add dist-blkdev_compat.patch so that the new block device
798 compatibility header is included by the dist rules.
799
800 -- Darik Horn <dajhorn@vanadac.com> Thu, 24 Feb 2011 10:30:13 -0600
801
802 zfs-linux (0.6.0.1rc-1~lucid.4) lucid; urgency=low
803
804 * Force all zfsload returns to 0.
805 * Initial master branch for git-buildpackage.
806 * Update Vcs-Git and Vcs-Browser fields in the control file.
807
808 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Feb 2011 11:23:31 -0600
809
810 zfs-linux (0.6.0.1rc-1~lucid.3) lucid; urgency=low
811
812 * Move the zfsload init script from the zfs-dkms package
813 to the zfs package.
814 * Disable non-zero returns in the zfsload script because
815 `zfs umount -a` is unreliable and init errors cause dpkg
816 to block package updates and removals.
817 * Create zfs.examples for dh_installexamples and change the
818 install manifest for etc/zfs/*.example accordingly.
819 * Split zfs into zfs-lib to satisfy the dpkg-shlibdeps warnings.
820
821 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 11:27:11 -0600
822
823 zfs-linux (0.6.0.1rc-1~lucid.2) lucid; urgency=low
824
825 * Reduce the dpkg scripts to #DEBHELPER# because dh_dkms
826 is automatically and correctly filling template.
827 * Set a versioned debhelper dependency to satisfy the
828 lintian warning.
829
830 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 10:27:29 -0600
831
832 zfs-linux (0.6.0.1rc-1~lucid.1) lucid; urgency=low
833
834 * New upstream zfs-0.6.0-rc1.tar.gz release.
835 * Kludge the "rc1" version for the packaging convenience.
836 * Move the zfsload script to this package.
837 * Supercede the lzfs-dkms package.
838
839 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 19:46:36 -0600
840
841 zfs-linux (0.5.2-1~lucid.6) lucid; urgency=low
842
843 * Do uupdate on kqzfs_0.5.2 tag.
844 * Remove disable-check_stack_overflow patch.
845 * Add kernel-bio-failfast.patch for `make distdir`.
846
847 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 12:52:07 -0600
848
849 zfs-linux (0.5.1-1~lucid.5) lucid; urgency=low
850
851 * Initial DKMS packaging for Debian and Ubuntu.
852
853 -- Darik Horn <dajhorn@vanadac.com> Wed, 16 Feb 2011 12:26:49 -0600