- Temporarily disable translations (bcl)

- Don't crash when selecting the same hdd ISO again (#1275771) (mkolman)
This commit is contained in:
Brian C. Lane 2016-05-20 14:31:39 -07:00
parent a1e84e9362
commit ac27d7cac9
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -66,3 +66,4 @@
/anaconda-25.11.tar.bz2
/anaconda-25.12.tar.bz2
/anaconda-25.13.tar.bz2
/anaconda-25.14.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 25.13
Version: 25.14
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -325,6 +325,10 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri May 20 2016 Brian C. Lane <bcl@redhat.com> - 25.14-1
- Temporarily disable translations (bcl)
- Don't crash when selecting the same hdd ISO again (#1275771) (mkolman)
* Thu May 19 2016 Brian C. Lane <bcl@redhat.com> - 25.13-1
- Fix writeStorageLate for live installations (#1334019) (bcl)
- Remove the locale list from zanata.xml (dshea)

View File

@ -1 +1 @@
e26a2cc7d919f8fee4da455a0e9cb1b9 anaconda-25.13.tar.bz2
c4668f21680149c61879ba66234b116d anaconda-25.14.tar.bz2