From b2b246c157f1d3f8720be83de83a13e94a7f2740 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Dec 19 2009 01:33:46 +0000 Subject: * Fri Dec 18 2009 David Cantrell - 13.12-1 - Use the per-disk flag to disable cylinder alignment for msdos disklabels. (dlehman) - Don't include advanced devices in the total count on the basic filter UI. (clumens) - For iSCSI devices, put the path into the UI instead of a WWID. (clumens) - Add udev_device_get_path. (clumens) - Make Callbacks._update_size_label callable from outside the object. (clumens) - Do not show the "Add Advanced" button on the basic filtering screen. (clumens) - Log into program.log through the standard python logging (part of #524980). (akozumpl) - Fix typo from commit 13022cc2. (dlehman) - Restore accidentally removed line in backend.py (hdegoede) - yuminstall: Fix indentation error (hdegoede) - No need to special case ignoring of dmraid sets (hdegoede) --- diff --git a/.cvsignore b/.cvsignore index d8e546b..578a43d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1 @@ -anaconda-13.8.tar.bz2 -anaconda-13.9.tar.bz2 -anaconda-13.10.tar.bz2 -anaconda-13.11.tar.bz2 +anaconda-13.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index caf0578..0754d7d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.11 +Version: 13.12 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -217,6 +217,24 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Dec 18 2009 David Cantrell - 13.12-1 +- Use the per-disk flag to disable cylinder alignment for msdos disklabels. + (dlehman) +- Don't include advanced devices in the total count on the basic filter UI. + (clumens) +- For iSCSI devices, put the path into the UI instead of a WWID. (clumens) +- Add udev_device_get_path. (clumens) +- Make Callbacks._update_size_label callable from outside the object. + (clumens) +- Do not show the "Add Advanced" button on the basic filtering screen. + (clumens) +- Log into program.log through the standard python logging (part of + #524980). (akozumpl) +- Fix typo from commit 13022cc2. (dlehman) +- Restore accidentally removed line in backend.py (hdegoede) +- yuminstall: Fix indentation error (hdegoede) +- No need to special case ignoring of dmraid sets (hdegoede) + * Wed Dec 16 2009 Chris Lumens - 13.11-1 - Clean up setting paths on preupgrade (jvonau). (clumens) - And call freetmp, too. (Jerry) diff --git a/sources b/sources index f35e2b4..09ed873 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10d8c89908a431be4497d27befbbc4ae anaconda-13.11.tar.bz2 +a1fa9c042368958be47c727154267283 anaconda-13.12.tar.bz2