summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-12-18 14:20:02 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-12-20 15:24:18 -1000
commit60afc0aa8015460866198a5a4326e761e1ca8743 (patch)
treec84c9125c184be649a07448a3fdedcd50cb74eca /anaconda.spec.in
parent9be626ae004afc741fcbe4abf61787e5b048da08 (diff)
downloadanaconda-60afc0aa8015460866198a5a4326e761e1ca8743.tar.gz
anaconda-60afc0aa8015460866198a5a4326e761e1ca8743.tar.xz
anaconda-60afc0aa8015460866198a5a4326e761e1ca8743.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index c1689aee3..49a5177ab 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -217,6 +217,24 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Fri Dec 18 2009 David Cantrell <dcantrell@redhat.com> - 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 <clumens@redhat.com> - 13.11-1
- Clean up setting paths on preupgrade (jvonau). (clumens)
- And call freetmp, too. (Jerry)