From 84e1582163949d1cd750828c1ecdaf81369f5efc Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Dec 23 2009 19:38:06 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 578a43d..ddd38c9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-13.12.tar.bz2 +anaconda-13.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0754d7d..9715531 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.12 +Version: 13.13 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -217,6 +217,20 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Dec 23 2009 Chris Lumens - 13.13-1 +- lsreipl from s390-utils uses incorrect path (hamzy). +- fix for a bug in 05ce88b2 that split one line over several in program.log + (akozumpl) +- Dump the initial and final state of the system's storage devices. (dlehman) +- Add a "dict" attribute to Device and DeviceFormat classes. (dlehman) +- Sort Storage.devices by name (not path) for consistency. (dlehman) +- Put fsprofile support back in. (dlehman) +- Fix reset of lvm filtering (#527711) (rvykydal) +- Fix bootloader driveorder dialog. (rvykydal) +- Fix selection of default boot target in UI (#548695) (rvykydal) +- 'cleardiskssel' typos that made it impossible to run text install. + (akozumpl) + * Fri Dec 18 2009 David Cantrell - 13.12-1 - Use the per-disk flag to disable cylinder alignment for msdos disklabels. (dlehman) diff --git a/sources b/sources index 09ed873..d214cc3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1fa9c042368958be47c727154267283 anaconda-13.12.tar.bz2 +59f78d8d56d3d5a48b8bf456ecfd485b anaconda-13.13.tar.bz2