diff options
author | Brian Behlendorf <[email protected]> | 2009-01-21 11:41:14 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-01-21 11:41:14 -0800 |
commit | a66e5effd5c81f504fca32b7097cba83c625bebc (patch) | |
tree | c296d12255761c25a2922e25f383f09d4dcf1030 | |
parent | 763ec89a2c11fbba823b59d52bfd156aff597785 (diff) | |
parent | 42ea72bf429bc4fafbceb2bb4a3b9fbd73a6680e (diff) |
Merge commit 'refs/top-bases/top' into topzfs-0.4.1
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | META | 2 | ||||
-rw-r--r-- | TODO | 2 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +2009-1-21 Brian Behlendorf <[email protected]> + + * : Tag zfs-0.4.1 + + * : Rebased to ZFS b105 from OpenSolaris + + * : Restructured project and build system to more closely + mirror the code organization used in OpenSolaris. This + allows us minimize the changes to upstream source needed, + and allows concurrent user+kernel space builds of all components. + 2008-11-19 Brian Behlendorf <[email protected]> * : Tag zfs-0.4.0 @@ -1,6 +1,6 @@ Meta: 1 Name: zfs Branch: 1.0 -Version: 0.4.0 +Version: 0.4.1 Release: 1 Release-Tags: relext @@ -1,4 +1,4 @@ -SUMMARY OF MAJOR KNOWN PROBLEMS IN v0.4.0 (Development Release) +SUMMARY OF MAJOR KNOWN PROBLEMS IN v0.4.1 (Development Release) - 'zpool create' hangs in the create ioctl() when initializing a new pool backed by loopback devices. The lo-raid0 configuration easily recreates |