From 73b3a4ec0268bbea69862d32d14af100f1b7d8c5 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 17 Jan 2014 17:06:11 -0800 Subject: [PATCH] - Update the TODO list. (dlehman) - Multipath, fwraid members need not be in exclusiveDisks. (#1032919) (dlehman) - Convert parted getLength values to Size (dshea) - Last of the Device._id -> Device.id (bcl) - iscsi: in installer automatically log into firmware iscsi targets (#1034291) (rvykydal) - Use isinstance for testing numeric types (vpodzime) - Device._id -> Device.id (clumens) - Allow resetting partition size to current on-disk size. (#1040352) (dlehman) --- .gitignore | 1 + python-blivet.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 03cb606..3dc0d07 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /blivet-0.33.tar.gz /blivet-0.34.tar.gz /blivet-0.35.tar.gz +/blivet-0.36.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index e73e1cd..e4db208 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,7 +1,7 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 0.35 +Version: 0.36 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -61,6 +61,17 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Fri Jan 17 2014 Brian C. Lane - 0.36-1 +- Update the TODO list. (dlehman) +- Multipath, fwraid members need not be in exclusiveDisks. (#1032919) (dlehman) +- Convert parted getLength values to Size (dshea) +- Last of the Device._id -> Device.id (bcl) +- iscsi: in installer automatically log into firmware iscsi targets (#1034291) + (rvykydal) +- Use isinstance for testing numeric types (vpodzime) +- Device._id -> Device.id (clumens) +- Allow resetting partition size to current on-disk size. (#1040352) (dlehman) + * Fri Jan 10 2014 Brian C. Lane - 0.35-1 - Convert everything to use Size. (dlehman) - Allow negative sizes. (dlehman) diff --git a/sources b/sources index a0df5c3..a1ddcf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c0a56014d67f53df87a87408ae2607c blivet-0.35.tar.gz +8c8f4301dc3cc929f9435607ea008a0a blivet-0.36.tar.gz