From a30c56ed355243ef2776c8c106f1fe2398ea9140 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 21 Jan 2009 11:37:12 -0800 Subject: [PATCH] Prep for 0.4.1 tag --- ChangeLog | 11 +++++++++++ META | 2 +- TODO | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a74328d6c..346e00c808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-1-21 Brian Behlendorf + + * : 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 * : Tag zfs-0.4.0 diff --git a/META b/META index d43327990b..ba25a889db 100644 --- a/META +++ b/META @@ -1,6 +1,6 @@ Meta: 1 Name: zfs Branch: 1.0 -Version: 0.4.0 +Version: 0.4.1 Release: 1 Release-Tags: relext diff --git a/TODO b/TODO index 15fcc8c65a..8965bab17f 100644 --- a/TODO +++ b/TODO @@ -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