diff options
author | 2013-10-18 16:26:08 +0000 | |
---|---|---|
committer | 2013-10-18 16:26:08 +0000 | |
commit | 3a39a80f2bb971d4b9225d7ac7fcb68e31bd20fe (patch) | |
tree | e09b10ffe3c2823b084195997024b176fa545c05 /sys-fs/zfs/ChangeLog | |
parent | Update 0.6.2 patchset with sys-fs/zfs-kmod-0.6.2-r2: Fixes memory leak regres... (diff) | |
download | historical-3a39a80f2bb971d4b9225d7ac7fcb68e31bd20fe.tar.gz historical-3a39a80f2bb971d4b9225d7ac7fcb68e31bd20fe.tar.bz2 historical-3a39a80f2bb971d4b9225d7ac7fcb68e31bd20fe.zip |
Update 0.6.2 patchset with sys-fs/zfs-0.6.2-r2: Fixes Gentoo bug #487746; Improved zpool create to treat -O mountpoint and -m the same and stop igoring the mountpoint option when altroot is specified (ported from Illumos)
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xBEE84C64
Diffstat (limited to 'sys-fs/zfs/ChangeLog')
-rw-r--r-- | sys-fs/zfs/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-fs/zfs/ChangeLog b/sys-fs/zfs/ChangeLog index d327a6dbce4d..a1ead7a30ca3 100644 --- a/sys-fs/zfs/ChangeLog +++ b/sys-fs/zfs/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-fs/zfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.75 2013/10/14 14:28:24 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.76 2013/10/18 16:26:04 ryao Exp $ + +*zfs-0.6.2-r2 (18 Oct 2013) + + 18 Oct 2013; Richard Yao <ryao@gentoo.org> +zfs-0.6.2-r2.ebuild, + zfs-0.6.1-r4.ebuild: + Update 0.6.2 patchset with sys-fs/zfs-0.6.2-r2: Fixes Gentoo bug #487746; + Improved zpool create to treat -O mountpoint and -m the same and stop igoring + the mountpoint option when altroot is specified (ported from Illumos) 14 Oct 2013; Richard Yao <ryao@gentoo.org> zfs-0.6.1-r4.ebuild, zfs-0.6.2-r1.ebuild: |