- Really fix issue with starting in cmdline mode on s390x. (#1040933)

(sbueno+anaconda)
- Fix EOF error that occurs if user input required in x3270. (#1171135)
  (jstodola)
This commit is contained in:
Samantha N. Bueno 2014-12-08 11:11:00 -05:00
parent cd417a7e4a
commit 53eb7cb639
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/anaconda-21.48.19.tar.bz2
/anaconda-21.48.20.tar.bz2
/anaconda-21.48.21.tar.bz2
/anaconda-21.48.22.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 21.48.21
Version: 21.48.22
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -310,6 +310,12 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Dec 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22-1
- Really fix issue with starting in cmdline mode on s390x. (#1040933)
(sbueno+anaconda)
- Fix EOF error that occurs if user input required in x3270. (#1171135)
(jstodola)
* Tue Dec 02 2014 Vratislav Podzimek <vpodzime@redhat.com> - 21.48.21-1
- Revert "Make Python's default encoding detection work on Live installations
(#1169019)" (awilliam)

View File

@ -1 +1 @@
e2cfa0d2ad15b03c9f5ad3afac3947e0 anaconda-21.48.21.tar.bz2
ddeac82e13aa889964c31e732f7cf52e anaconda-21.48.22.tar.bz2