- 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)
This commit is contained in:
Brian C. Lane 2014-01-17 17:06:11 -08:00
parent 244138a815
commit 73b3a4ec02
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@
/blivet-0.33.tar.gz
/blivet-0.34.tar.gz
/blivet-0.35.tar.gz
/blivet-0.36.tar.gz

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 0.35-1
- Convert everything to use Size. (dlehman)
- Allow negative sizes. (dlehman)

View File

@ -1 +1 @@
1c0a56014d67f53df87a87408ae2607c blivet-0.35.tar.gz
8c8f4301dc3cc929f9435607ea008a0a blivet-0.36.tar.gz