From f1839a8ddc8484973d55942884a0c50e9703bb6b Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Jun 30 2006 20:26:23 +0000 Subject: Bump version. --- diff --git a/.cvsignore b/.cvsignore index e54c52f..a7cbc60 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.1.0.50.tar.bz2 +anaconda-11.1.0.51.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d966856..0de8681 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.1.0.50 +Version: 11.1.0.51 Release: 1 License: GPL Summary: Graphical system installer @@ -101,6 +101,18 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Jun 30 2006 David Cantrell - 11.1.0.51-1 +- Remove non-existent paths from LD_LIBRARY_PATH (katzj) +- Calculate IPv4 broadcast address for static IP config +- Started adding debugging mode to init +- Return value checking for exec calls in init and loader +- Do not use wait4() +- WIFEXITED and WEXITSTATUS logic fixes +- Remove runroot stuff from buildinstall (katzj) +- Remove --comp argument from upd-instroot (katzj) +- Do not allow /boot on GFS2 (katzj) +- Move second images to images/ subdirectory (katzj) + * Fri Jun 30 2006 Jeremy Katz - 11.1.0.50-1 - Rebuild against new libdhcp for fixing more loader segfaults - Pass the debug log level to libdhcp (markmc, #197175) diff --git a/sources b/sources index 12483a9..2cb46fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69216d26275634983e62900b0d78cf2b anaconda-11.1.0.50.tar.bz2 +49c56c31dd95627cb99cfd2b2f39a3a2 anaconda-11.1.0.51.tar.bz2