diff --git a/.gitignore b/.gitignore index 5376709..9b5d0a3 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ anaconda-15.2.tar.bz2 /anaconda-19.30.tar.bz2 /anaconda-20.1.tar.bz2 /anaconda-20.2.tar.bz2 +/anaconda-20.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 32ab38e..4a41615 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.2 +Version: 20.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -255,6 +255,28 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 25 2013 Brian C. Lane - 20.3-1 +- Fix driver disk path for inst.dd= method (#987513) (bcl) +- Add support for NFS as install source in TUI. (#971298) (sbueno+anaconda) +- Allow logging into multiple iscsi nodes at once (#975831). (clumens) +- Fix crash while parsing ntp servers from DHCP6 (#969303) (dshea) +- Use ExceptionInfo namedtuple when dumping anaconda (#982299) (vpodzime) +- Wait for device connections for iface-bound iscsi in kickstart (#740105) + (rvykydal) +- Refer to blivet instead of storage in iscsi kickstart (#740105) (rvykydal) +- Mark disk 'selected' if only one present in TUI. (#975790) (sbueno+anaconda) +- Update devicetree only if we logged in to some target in add iscsi dialog. + (rvykydal) +- Don't show multipath members in specialized disks overview (#740105) + (rvykydal) +- Do not populate devicetree after each single login in iscsi dialog (#740105) + (rvykydal) +- Match also iface when logging into selected iface-bound iscsi target + (#740105) (rvykydal) +- Fix handling of non-ASCII names (#969309) (dshea) +- Use inline completion for the region/city selection (vpodzime) +- Fix copyright of the main anaconda script (vpodzime) + * Mon Jul 15 2013 Brian C. Lane - 20.2-1 - Use the new wait for connectivity function (mkolman) - Improve waiting for network connectivity (mkolman) diff --git a/sources b/sources index 481066d..002e583 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1de94a5795f20432ee0d8d45536b8ebf anaconda-20.2.tar.bz2 +358772796f9fdf8c39f8f31cda08981b anaconda-20.3.tar.bz2