From aa786d3f5f99721d7c169d0dc2b5ef9822a0fc65 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Tue, 1 Jul 2008 22:23:58 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + anaconda.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9a61c48..374adc1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-11.4.1.8.tar.bz2 anaconda-11.4.1.9.tar.bz2 +anaconda-11.4.1.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index cf06a98..6fb932f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.9 +Version: 11.4.1.10 Release: 1 License: GPLv2+ Group: Applications/System @@ -194,6 +194,15 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Jul 01 2008 Chris Lumens - 11.4.1.10-1 +- Remove old livecd flag (katzj) +- Explicitly setup livecd install by passing --liveinst to anaconda (katzj) +- Check return value of asprintf() consistently (dcantrell) +- Per strtol(3) man page, set errno=0 before call. (dcantrell) +- Rescue mode no longer needs access to a methodstr (#453044). (clumens) +- Use strtol() instead of atoi() (dcantrell) +- Spell pseudo correctly. (pjones) + * Wed Jun 25 2008 Chris Lumens 11.4.1.9-1 - Query for anaconda rather than anaconda-runtime in buildinstall (jkeating). diff --git a/sources b/sources index 09206e7..56b4093 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0da6ae4a32a982cb53cdc1202139675 anaconda-11.4.1.9.tar.bz2 +2362dc71e1f3c2efac44355041f82712 anaconda-11.4.1.10.tar.bz2