diff --git a/.gitignore b/.gitignore index 25707aa..c530483 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /anaconda-22.20.8.tar.bz2 /anaconda-22.20.9.tar.bz2 /anaconda-22.20.10.tar.bz2 +/anaconda-22.20.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2184151..7bc1185 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 22.20.10 +Version: 22.20.11 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -313,6 +313,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Apr 27 2015 Samantha N. Bueno - 22.20.11-1 +- Create and use snapshot of on-disk storage with no modifications (#1166598) + (vpodzime) +- Implement the class for storage snapshots (vpodzime) +- Prevent any changes in the StorageSpoke if just going back (vpodzime) +- Make StorageSpoke's on_back_clicked less complicated (vpodzime) + * Thu Apr 23 2015 Samantha N. Bueno - 22.20.10-1 - Ignore addon and anaconda sections in handle-sshpw (bcl) - Ignore %%anaconda section in parse-kickstart (bcl) diff --git a/sources b/sources index ff41fc8..d398d19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c1b2f13057359a1a9bc50fe89aaf871 anaconda-22.20.10.tar.bz2 +842a9d4dd17559a63aade21ff459f201 anaconda-22.20.11.tar.bz2