summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
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).