[python-blivet] New version: 0.28-1

David Lehman dlehman at fedoraproject.org
Mon Nov 25 21:33:10 UTC 2013


commit ff8c93ede4246406f463f5cacbe5e58088fbec21
Author: David Lehman <dlehman at redhat.com>
Date:   Mon Nov 25 15:32:51 2013 -0600

    New version: 0.28-1
    
    - Clear whole-disk formatting before initializing disks. (#1032380) (dlehman)
    - Simplify calculation of vol size when adding a btrfs subvol. (#1033356)
      (dlehman)
    - Handle passing a btrfs volume as device to BTRFSFactory. (dlehman)
    - Add support for detecting btrfs default subvolume. (dlehman)
    - Handle nested btrfs subvolumes correctly. (#1016959) (dlehman)
    - Mark all format names as translatable (dshea)
    - Add parameters for untranslated Size specs. (dshea)
    - Fix usage of _ vs N_ (dshea)
    - Added a i18n module for gettext functions. (dshea)
    - Allow non-ASCII characters in the size spec (dshea)

 .gitignore         |    1 +
 python-blivet.spec |   15 ++++++++++++++-
 sources            |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5315df3..8c04075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /blivet-0.25.tar.gz
 /blivet-0.26.tar.gz
 /blivet-0.27.tar.gz
+/blivet-0.28.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 2ab0480..ca69fb3 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.27
+Version: 0.28
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,19 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Mon Nov 25 2013 David Lehman <dlehman at redhat.com> - 0.28-1
+- Clear whole-disk formatting before initializing disks. (#1032380) (dlehman)
+- Simplify calculation of vol size when adding a btrfs subvol. (#1033356)
+  (dlehman)
+- Handle passing a btrfs volume as device to BTRFSFactory. (dlehman)
+- Add support for detecting btrfs default subvolume. (dlehman)
+- Handle nested btrfs subvolumes correctly. (#1016959) (dlehman)
+- Mark all format names as translatable (dshea)
+- Add parameters for untranslated Size specs. (dshea)
+- Fix usage of _ vs N_ (dshea)
+- Added a i18n module for gettext functions. (dshea)
+- Allow non-ASCII characters in the size spec (dshea)
+
 * Tue Nov 19 2013 David Lehman <dlehman at redhat.com> - 0.27-1
 - Specify btrfs volumes by UUID in /etc/fstab. (dlehman)
 - Catch any exception raised by findExistingInstallations. (#980267) (dlehman)
diff --git a/sources b/sources
index 56dfe01..8860fb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f127422af6e251afad004e740f90120  blivet-0.27.tar.gz
+2d2f69ef07037ebd8d93897208c5afe9  blivet-0.28.tar.gz


More information about the scm-commits mailing list