summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2013-02-20 13:44:33 -0800
committerBrian C. Lane <bcl@redhat.com>2013-02-20 13:44:33 -0800
commitb7f15b93a1bd8754756fd592c5388d46fd529de0 (patch)
treeecfe0d2802b234d308cd74af7506335aaeff883f /anaconda.spec.in
parent4abb595d50f31418b2ca5ff96607e721de8ffd7c (diff)
downloadanaconda-b7f15b93a1bd8754756fd592c5388d46fd529de0.tar.gz
anaconda-b7f15b93a1bd8754756fd592c5388d46fd529de0.tar.xz
anaconda-b7f15b93a1bd8754756fd592c5388d46fd529de0.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index f3efd8343..cfb2e79d6 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -233,6 +233,31 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
+* Wed Feb 20 2013 Brian C. Lane <bcl@redhat.com> - 19.7-1
+- Fix RAID level test (bcl)
+- unpack product.img to /updates (#911873) (bcl)
+- If you attempt to search on the network device pane, don't crash. (clumens)
+- Don't treat the _ in x86_64 as a mnemonic. (clumens)
+- If you set_markup, the label forgets set_use_underline from glade. (clumens)
+- Don't try to update spokes that are indirect. (clumens)
+- If you cannot reclaim more space, don't show the reclaim radio (#911791).
+ (clumens)
+- Swap the order of the part scheme combo and encryption checkbox. (clumens)
+- Fix for the addons kickstart support (vpodzime)
+- kickstart.py needs udev that now lives in blivet (vpodzime)
+- Refactor pieces of the Datetime spoke and move some parts to kickstart.py
+ (vpodzime)
+- Set ONBOOT=no for default autoconnections (#905918, #886090) (rvykydal)
+- Don't use "type" to name a variable. (rvykydal)
+- Update all spokes on a Hub when spoke is exited (msivak)
+- Wait for continueButton in KS mode if the user changed anything (msivak)
+- Fix up word wrap on the DetailedErrorDialog. (clumens)
+- Display storage warnings, similar to how errors are displayed (#909410).
+ (clumens)
+- Fix reprompting and screen redrawing on invalid input (vpodzime)
+- Refresh addons_paths once we know if gui or tui takes place (vpodzime)
+- Fixup anaconda.spec (bcl)
+
* Thu Feb 14 2013 Brian C. Lane <bcl@redhat.com> - 19.6-1
- fix uuid reference in parse-kickstart (bcl)
- Fixup kickstart script logging (bcl)