diff --git a/.gitignore b/.gitignore index 80d0d51..4cf7b80 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /blivet-0.15.tar.gz /blivet-0.16.tar.gz /blivet-0.17.tar.gz +/blivet-0.18.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 63d3d9d..baefa44 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.17 +Version: 0.18 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -62,6 +62,19 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Tue Jul 09 2013 Brian C. Lane - 0.18-1 +- Raise XFS max size limit to 100TB. (sbueno+anaconda) +- Add a device factory class for thinly-provisioned lvm. (dlehman) +- Add support for automatic partitioning using lvm thin provisioning. (dlehman) +- Add convenience methods related to lvm thin provisioning. (dlehman) +- Add support for detection of lvm thinp setups. (dlehman) +- Add classes for lvm thin pool and thin volume. (dlehman) +- Add backend support for lvm thinp operations. (dlehman) +- Fix return value of get_pv_space for size of 0. (dlehman) +- Fix ksdata for lvm created in custom spoke based on autopart. (dlehman) +- Only put max size in ksdata if partition is growable. (dlehman) +- Allow subclasses to inherit ksdata classes. (dlehman) + * Mon Jun 24 2013 Brian C. Lane - 0.17-1 - Used Python type instead of variable name (#968122) (hamzy) - Fix detection of valid EFI system partition during autopart. (dlehman) diff --git a/sources b/sources index 5c39554..1d2974b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -469f95b7fbb49e8e8ab2cef13156872c blivet-0.17.tar.gz +8d03e2f47a7a2a52cf1858a484311490 blivet-0.18.tar.gz