- 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)
This commit is contained in:
Brian C. Lane 2013-07-25 10:48:45 -07:00
parent 101e88e0c3
commit 3d2dad54a3
3 changed files with 25 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 20.2-1
- Use the new wait for connectivity function (mkolman)
- Improve waiting for network connectivity (mkolman)

View File

@ -1 +1 @@
1de94a5795f20432ee0d8d45536b8ebf anaconda-20.2.tar.bz2
358772796f9fdf8c39f8f31cda08981b anaconda-20.3.tar.bz2