summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2012-11-28 16:44:44 -0800
committerBrian C. Lane <bcl@redhat.com>2012-11-28 16:44:44 -0800
commit1b66a3b30972d7c08ef60e0ce68e59ee63c59fb2 (patch)
tree281ab9a264863dc1d2cd58890304f2f5a65ee576 /anaconda.spec.in
parent48d09d590d09ec3fe6750803c0a666e040bc5033 (diff)
downloadanaconda-1b66a3b30972d7c08ef60e0ce68e59ee63c59fb2.tar.gz
anaconda-1b66a3b30972d7c08ef60e0ce68e59ee63c59fb2.tar.xz
anaconda-1b66a3b30972d7c08ef60e0ce68e59ee63c59fb2.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index a598c59e8..bb9e68ac0 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -297,6 +297,14 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
+* Wed Nov 28 2012 Brian C. Lane <bcl@redhat.com> - 18.32-1
+- Bootloader checking should work in terms of self.stage1/2_ attrs (#880277).
+ (clumens)
+- Catch OverflowError in manual partitioning. (sbueno+anaconda)
+- Do not accept tabs in the keyboard layout test box (#897312). (clumens)
+- Wait for slower dhcp for payload setup and hostname setting (#873468)
+ (rvykydal)
+
* Mon Nov 26 2012 Brian C. Lane <bcl@redhat.com> - 18.31-1
- Rename icons for liveinst (conflict with redhat-logos) (#878037) (rvykydal)
- Rework actions in the resize dialog to avoid shortcomings (#866209, #867770).