New version 27.6-1
- Use `time.tzset()` to apply timezone changes when we can (awilliam) - Tweak epoch definition to fix system clock setting (#1433560) (awilliam) - Optimize payload thread restart on network change (jkonecny) - Add unit test for RepoMDMetaHash object (#1373449) (jkonecny) - Make the formating in payload consistent (#1373449) (jkonecny) - Fix Anaconda forces payload restart when network (not)change (#1373449) (jkonecny) - Catch race-condition error reading from in-memory connection being removed (#1373360) (rvykydal) - network tui: fix changing ipv4 config from static to dhcp (#1432886) (rvykydal) - Allow setting up bridge for fetching installer image from kickstart (#1373360) (rvykyda)
This commit is contained in:
parent
b3fd9ce7e8
commit
cd7d9d7ed7
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@
|
|||||||
/anaconda-27.3.tar.bz2
|
/anaconda-27.3.tar.bz2
|
||||||
/anaconda-27.4.tar.bz2
|
/anaconda-27.4.tar.bz2
|
||||||
/anaconda-27.5.tar.bz2
|
/anaconda-27.5.tar.bz2
|
||||||
|
/anaconda-27.6.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 27.5
|
Version: 27.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -328,6 +328,21 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 28 2017 Martin Kolman <mkolman@redhat.com> - 27.6-1
|
||||||
|
- Use `time.tzset()` to apply timezone changes when we can (awilliam)
|
||||||
|
- Tweak epoch definition to fix system clock setting (#1433560) (awilliam)
|
||||||
|
- Optimize payload thread restart on network change (jkonecny)
|
||||||
|
- Add unit test for RepoMDMetaHash object (#1373449) (jkonecny)
|
||||||
|
- Make the formating in payload consistent (#1373449) (jkonecny)
|
||||||
|
- Fix Anaconda forces payload restart when network (not)change (#1373449)
|
||||||
|
(jkonecny)
|
||||||
|
- Catch race-condition error reading from in-memory connection being removed
|
||||||
|
(#1373360) (rvykydal)
|
||||||
|
- network tui: fix changing ipv4 config from static to dhcp (#1432886)
|
||||||
|
(rvykydal)
|
||||||
|
- Allow setting up bridge for fetching installer image from kickstart
|
||||||
|
(#1373360) (rvykydal)
|
||||||
|
|
||||||
* Thu Apr 27 2017 Martin Kolman <mkolman@redhat.com> - 27.5-1
|
* Thu Apr 27 2017 Martin Kolman <mkolman@redhat.com> - 27.5-1
|
||||||
- make anaconda working back again with tmux2.4 (pallotron)
|
- make anaconda working back again with tmux2.4 (pallotron)
|
||||||
- Trigger the entered signal only once the screen is shown (#1443011) (mkolman)
|
- Trigger the entered signal only once the screen is shown (#1443011) (mkolman)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-27.5.tar.bz2) = e4531fd8b4861c51bdfaa54674a0a4590d3e0c74eabdca567c5da970227865a3f7470a16029f0fcbb738afb51ce86d9d4d4ce27a1aec42d9fd59532be52262d4
|
SHA512 (anaconda-27.6.tar.bz2) = 7d269372bc960758cd85ee6c0d5de4aad3ad0fb783f9a823c0c50413bff299214a0737b4fb2d2d23c83aaf31cb316488925a8febd9caa4f1410e7b6ee641cfeb
|
||||||
|
Loading…
Reference in New Issue
Block a user