diff --git a/.gitignore b/.gitignore index 1f426f0..9517649 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /anaconda-22.1.tar.bz2 +/anaconda-22.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f3fc1e2..de710fe 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 22.1 +Version: 22.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -303,6 +303,32 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 31 2014 Brian C. Lane - 22.2-1 +- Return NULL on error in doSetSystemTime. (dshea) +- Remove the /usr/bin/liveinst symlink during uninstall (dshea) +- Highlight languages in langsupport that contain selected locales (dshea) +- Add a wrapper function for GtkTreeViewColumn.set_cell_data_func (dshea) +- Remove the STANDALONE #ifdef from auditd. (dshea) +- Mark zRAM devices as protected and ignore them (vpodzime) +- Make storage sanity check aware of base RAM requirements (#1123466) + (vpodzime) +- Move sanityCheck code to anaconda's codebase (vpodzime) +- Clean up stylesheet comments (dshea) +- Resurrect auditd (dshea) +- Fix the spacing on the non-verbose doc building messages (dshea) +- Switch to kinder, gentler autoconf errors (dshea) +- Clean up the handling of CFLAGS (dshea) +- Remove unused parts of the configure.ac files. (dshea) +- Add a couple of configure checks from autoscan (dshea) +- Include config.h in every C file. (dshea) +- Use the result from AC_FUNC_FORK at build time (dshea) +- Don't distribute the gnome desktop file with translations (dshea) +- Build documentation during build instead of dist (dshea) +- Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime) +- Raise exception if reading lines from a killed process (vpodzime) +- Use zRAM swap up to 2 GB of RAM (vpodzime) +- RAM requirements depend on squashfs.img's origin (vpodzime) + * Fri Jul 25 2014 Brian C. Lane - 22.1-1 - Add platform specific group selection (#884385) (bcl) - Use parallel instead of xargs (vpodzime) diff --git a/sources b/sources index 1e5e2a0..89bd6e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4c5c285943d4a1f77bbbf5bc98c2526 anaconda-22.1.tar.bz2 +a4323d61382a8a1c41765950cde0eedd anaconda-22.2.tar.bz2