- do not delete liveimg --url=file:/// file (gczarcinski)

- Provide useful hints on TTY1 during the installation (mkolman)
- Fix typo from commit 9b3259874. (#1120964) (dlehman)
- Remove the old custom partitioning help dialog (mkolman)
- Check if we read something when emptying stdin queue (vpodzime)
- Require min entropy for 'part --encrypted' devices (#1162695) (vpodzime)
- Don't rely on terminal attributes being configurable (#1162702) (vpodzime)
- Disable payloads that failed to setup (#1162732) (dshea)
- Don't change langpacks config of installer environment (#1066017) (rvykydal)
This commit is contained in:
Samantha N. Bueno 2014-11-18 20:27:19 -05:00
parent c85c1b0b4d
commit 32d05443e5
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/anaconda-21.48.12.tar.bz2
/anaconda-21.48.13.tar.bz2
/anaconda-21.48.14.tar.bz2
/anaconda-21.48.15.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 21.48.14
Version: 21.48.15
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -311,6 +311,17 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Nov 18 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.15-1
- do not delete liveimg --url=file:/// file (gczarcinski)
- Provide useful hints on TTY1 during the installation (mkolman)
- Fix typo from commit 9b3259874. (#1120964) (dlehman)
- Remove the old custom partitioning help dialog (mkolman)
- Check if we read something when emptying stdin queue (vpodzime)
- Require min entropy for 'part --encrypted' devices (#1162695) (vpodzime)
- Don't rely on terminal attributes being configurable (#1162702) (vpodzime)
- Disable payloads that failed to setup (#1162732) (dshea)
- Don't change langpacks config of installer environment (#1066017) (rvykydal)
* Tue Nov 11 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.14-1
- Add support for doing a liveimg kickstart with local file (#1140358) (bcl)
- Add a placeholder for a product-specific logo (dshea)

View File

@ -1 +1 @@
e91acc591e4393ef38eba1a134fb595c anaconda-21.48.14.tar.bz2
c2f437f9ac5f87593d7c484eee8f8673 anaconda-21.48.15.tar.bz2