From 12d11726fd0cf089fe222ae81fdefd810e99976f Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 6 Mar 2007 22:25:07 +0000 Subject: [PATCH] * Tue Mar 6 2007 David Cantrell - 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) --- .cvsignore | 2 +- anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 80595bd..1db6625 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.2.0.30.tar.bz2 +anaconda-11.2.0.31.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3f20345..d0c5d91 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 11.2.0.30-1 - ext2 is a module now - add a basic boot drive selector to the graphical autopartitioning screen diff --git a/sources b/sources index 88b02af..97787e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -140941d3caa5ae250f0a452c7f8636a0 anaconda-11.2.0.30.tar.bz2 +c26ae43d4a0588850fe5574d20d6b87c anaconda-11.2.0.31.tar.bz2