From 466d764995119b35df03dc1fa651c2a619e593ec Mon Sep 17 00:00:00 2001 From: David Lehman Date: May 15 2013 18:58:28 +0000 Subject: New version: 0.14-1 --- diff --git a/.gitignore b/.gitignore index 7de61b4..2e6e1ed 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /blivet-0.11.tar.gz /blivet-0.12.tar.gz /blivet-0.13.tar.gz +/blivet-0.14.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index d7580c4..41cdfcd 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.13 +Version: 0.14 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -61,6 +61,13 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Wed May 15 2013 David Lehman - 0.14-1 +- total_memory calculation needs to round up (#962231) (bcl) +- The dev.node attribute for iscsi devices is not copyable (#962865). (clumens) +- Wipe partitions before they are created (#950145) (bcl) +- Pass ROOT_PATH as an argument instead of importing it. (clumens) +- If no iscsi nodes are discovered, return an empty list instead of None. (clumens) + * Thu May 09 2013 Brian C. Lane - 0.13-1 - Make sure createBitmap is updated when level changes (#960271) (bcl) - Update biosboot error message (#960691) (bcl) diff --git a/sources b/sources index 3e60a74..93060f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -685f9801ab0d9fab051a73adbe1cba26 blivet-0.13.tar.gz +30592cc8261fb936023b9d466dec68da blivet-0.14.tar.gz