* Tue Mar 6 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.31-1

- Smaller required height for main window for livecd installs (katzj)
- Move utility functions around in isys
- Init loopback in stage 1 using ioctl() rather than netlink (#229670)
- Handle netlink messages for RTM_GETLINK that are larger than 4K (#230525)
This commit is contained in:
David Cantrell 2007-03-06 22:25:07 +00:00
parent d934492916
commit 12d11726fd
3 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
anaconda-11.2.0.30.tar.bz2
anaconda-11.2.0.31.tar.bz2

View File

@ -1,5 +1,5 @@
Name: anaconda
Version: 11.2.0.30
Version: 11.2.0.31
Release: 1
License: GPL
Summary: Graphical system installer
@ -113,6 +113,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
* Tue Mar 6 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.31-1
- Smaller required height for main window for livecd installs (katzj)
- Move utility functions around in isys
- Init loopback in stage 1 using ioctl() rather than netlink (#229670)
- Handle netlink messages for RTM_GETLINK that are larger than 4K (#230525)
* Mon Mar 5 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.30-1
- ext2 is a module now
- add a basic boot drive selector to the graphical autopartitioning screen

View File

@ -1 +1 @@
140941d3caa5ae250f0a452c7f8636a0 anaconda-11.2.0.30.tar.bz2
c26ae43d4a0588850fe5574d20d6b87c anaconda-11.2.0.31.tar.bz2