From b7f15b93a1bd8754756fd592c5388d46fd529de0 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 20 Feb 2013 13:44:33 -0800 Subject: New version. --- anaconda.spec.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'anaconda.spec.in') 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 - 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 - 19.6-1 - fix uuid reference in parse-kickstart (bcl) - Fixup kickstart script logging (bcl) -- cgit