summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-09-22 16:52:00 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-09-22 16:52:00 -1000
commit30956f50f25f0153f2fd9b073861465951c73080 (patch)
tree932425ed0476f45189d3d5b7b91b95b82fcc4f7f /anaconda.spec.in
parent7b6dcafcdd435ceb0d417643461748898b387cc0 (diff)
downloadanaconda-30956f50f25f0153f2fd9b073861465951c73080.tar.gz
anaconda-30956f50f25f0153f2fd9b073861465951c73080.tar.xz
anaconda-30956f50f25f0153f2fd9b073861465951c73080.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 171d5ad2a..145b2c8a2 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -214,6 +214,24 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Tue Sep 22 2009 David Cantrell <dcantrell@redhat.com> - 12.28-1
+- Preserve whitespace in $CDLABEL in mk-images.x86 (dcantrell)
+- Modify rhel.py installclass for current RHEL development efforts.
+ (dcantrell)
+- Add --brand switch support to buildinstall script. (dcantrell)
+- Remove the installation number screen. (clumens)
+- Remove kickstart-docs.txt, since it comes with pykickstart (#515168).
+ (clumens)
+- ybin, mkofboot, and ofpath moved from /usr/sbin to /sbin (#524608).
+ (clumens)
+- Honor ignoredisk --only-use. (#514353) (dlehman)
+- Make sure user-selected mountpoint is not already in use. (#524584)
+ (dlehman)
+- Do not raise UI dialog in stage2 if network is set in ks (#487503).
+ (rvykydal)
+- Use whiptail instead of dialog in rescue mode, supports serial line better
+ and looks nicer (msivak)
+
* Mon Sep 21 2009 David Cantrell <dcantrell@redhat.com> - 12.27-1
- Require at least system-config-keyboard 1.3.1 or higher. (dcantrell)
- Fixes for rhel installclass. (dcantrell)