diff --git a/.gitignore b/.gitignore index 9edf674..88fa640 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.36.tar.bz2 /anaconda-21.37.tar.bz2 /anaconda-21.38.tar.bz2 +/anaconda-21.39.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 49590bb..0a287ee 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.38 +Version: 21.39 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -302,6 +302,35 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 02 2014 Brian C. Lane - 21.39-1 +- eu_ES has been dropped from the supported languages (bcl) +- Change 'elif encrypted' statement to 'else' statement. (amulhern) +- Work around a parsing bug in GtkBuilder (dshea) +- Don't uppercase the size values in the disk shopping cart. (clumens) +- Display the sentence about being able to reuse partitions even without roots. + (clumens) +- Allow a couple more keyboard shortcuts on the custom part spoke. (clumens) +- Reword the close button on the software spoke's error dialog. (clumens) +- Fix up quoting around passing args to anaconda in the gui test. (clumens) +- Don't hide a serious issue (vpodzime) +- Move autopart choices to one place and use them in both GUI and TUI + (vpodzime) +- Define default autopart type as a constant (vpodzime) +- Use enumerate() instead of getting indices of iterated items (vpodzime) +- Preserve net.ifnames cmdline arg (#1102401) (bcl) +- Revert the dialog sizing chunk from resize.glade. (clumens) +- Update GUI tests for changes in gtk/atk/anaconda/whatever. (clumens) +- Fix gui/runtest.sh to work under either "make check" or being run manually. + (clumens) +- Add a -c argument to the ksflatten invocation. (clumens) +- Do basic logging setup when short circuiting the normal Anaconda init + (mkolman) +- Fix boot option warning string formatting (mkolman) +- always rescan for vmlinuz if rescueKernelList (gczarcinski) +- move new-kernel-pkg rpmposttrans to end of install (gczarcinski) +- allow /boot on btrfs subvol or filesystem (gczarcinski) +- Allow /boot on LVMlv (gczarcinski) + * Wed May 28 2014 Brian C. Lane - 21.38-1 - Parse boot options before parsing CLI options (#1101341) (mkolman) - Check that bootloader devices are configured before validating (#1100928) diff --git a/sources b/sources index a7cc2e4..69718cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -076dc00a8b9afad5775c6c8a67af8598 anaconda-21.38.tar.bz2 +d738d994aaace498696a73694d9c8fa2 anaconda-21.39.tar.bz2