diff --git a/.gitignore b/.gitignore index 151b9bf..e236533 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /blivet-0.17.tar.gz /blivet-0.18.tar.gz /blivet-0.19.tar.gz +/blivet-0.20.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index d6e0bbc..6749d9d 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.19 +Version: 0.20 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -61,6 +61,18 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Fri Aug 23 2013 Brian C. Lane - 0.20-1 +- Fix typo in examples/list_devices.py (dlehman) +- Use iscsi-iname instead of trying to reimplemnt it in python. (dlehman) +- Catch exceptions raised while finding old installations. (#981991) (dlehman) +- Keep the dasd list in sync with the devicetree's device list. (#965694) (dlehman) +- Don't save luks keys unless installer_mode flag is set. (#996118) (dlehman) +- Pass mount options to resolveDevice in _parseOneLine (#950206) (vpodzime) +- Fix handling of devices in detected installations in Blivet.copy. (dlehman) +- Clean up detection of lvm raid. (dlehman) +- Tag the first build of each version without the release. (dlehman) +- Remove dangling code block from commit 737169b75af1. (dlehman) + * Wed Jul 31 2013 Brian C. Lane - 0.19-1 - Don't waste time looking for devices dependent on leaf devices. (dlehman) - Add some example code for creation of disk partitions. (dlehman) diff --git a/sources b/sources index 607fea4..08cff09 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b89462dce5c4f425f92717446029b68 blivet-0.19.tar.gz +34e00995c3da503b29b4af01cc87b94e blivet-0.20.tar.gz