diff --git a/.gitignore b/.gitignore index 7902fff..babb2d9 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /blivet-0.66.tar.gz /blivet-0.67.tar.gz /blivet-0.68.tar.gz +/blivet-0.69.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index bb266dc..75d8a3a 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.68 +Version: 0.69 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -65,6 +65,30 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Tue Nov 04 2014 Brian C. Lane - 0.69-1 +- Increase max depth of sphinx toc to show subpackage names. (dlehman) +- Temporarily disable the md devicetree tests due to mdadm issues. (dlehman) +- Add ability to set a default fstype for the boot partition (#1112697) (bcl) +- Pass a list of string items to log_method_return. (sbueno+anaconda) +- Require resize target sizes to yield aligned partitions. (#1120964) (dlehman) +- Split out code to determine max unaligned partition size to a property. + (dlehman) +- Allow generating aligned geometry for arbitrary target size. (dlehman) +- Align end sector in the appropriate direction for resize. (#1120964) + (dlehman) +- Specify ntfs resize target in bytes. (#1120964) (dlehman) +- Check new target size against min size and max size. (dlehman) +- Add a number of new tests. (amulhern) +- Add xlate parameter to humanReadable(). (amulhern) +- Rewrite _parseSpec() and convertTo() (amulhern) +- Make _lowerASCII() python 3 compatible and add a method header. (amulhern) +- Use b"", not u"", for _EMPTY_PREFIX. (amulhern) +- Strip lvm WARNING: lines from output (#1157864) (bcl) +- Add testing for MDRaidArrayDevice.mdadmFormatUUID (#1155151) (amulhern) +- Give mdadm format uuids to the outside world (#1155151) (amulhern) +- Make logSize, metaDataSize, and chunkSize always consistently Size objects. + (amulhern) + * Wed Oct 22 2014 Brian C. Lane - 0.68-1 - Only write label if there is a label AND labeling application. (amulhern) - Handle unicode strings in Size spec parsing. (dshea) diff --git a/sources b/sources index 0deb1ab..b0c796e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c90a9023d967fd1142b050e2eebb87cd blivet-0.68.tar.gz +f3fa418019a23ed68a293b10fe82b660 blivet-0.69.tar.gz