diff --git a/.gitignore b/.gitignore index 8123d03..3738621 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /anaconda-25.4.tar.bz2 /anaconda-25.5.tar.bz2 /anaconda-25.6.tar.bz2 +/anaconda-25.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index cdcc98c..57bf45c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.6 +Version: 25.7 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -318,6 +318,15 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Apr 08 2016 Brian C. Lane - 25.7-1 +- Blivet API change getDeviceBy* is now get_device_by_* (bcl) +- network: don't set 803-3-ethernet.name setting (#1323589) (rvykydal) +- Log non-critical user/group errors (#1308679) (bcl) +- Fix btrfs metadata raid level kwarg. (dlehman) +- docs: Add release building document (bcl) +- Minor improvements - README and test dependencies (atodorov) +- Add more matches for network connectivity (atodorov) + * Mon Apr 04 2016 Brian C. Lane - 25.6-1 - Remove an unused import from anaconda-cleanup. (clumens) - Don't use booleans in Requires (#1323314) (dshea) diff --git a/sources b/sources index 93ff4d9..af9eaab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c905ef392baf9555d121e98a1562b55 anaconda-25.6.tar.bz2 +15e6a6d04fe9189aa1151f58240370c0 anaconda-25.7.tar.bz2