diff options
author | Chris Lumens <clumens@redhat.com> | 2008-07-01 18:23:03 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-07-01 18:23:03 -0400 |
commit | 851b8449351711202662dc9874b4a4dc4e67706f (patch) | |
tree | 795fba83280655715fa2ed2a08f98eb4a2bca86e | |
parent | 45c2e66b9705529c21e14cd345e2a676627848bc (diff) | |
download | anaconda-851b8449351711202662dc9874b4a4dc4e67706f.tar.gz anaconda-851b8449351711202662dc9874b4a4dc4e67706f.tar.xz anaconda-851b8449351711202662dc9874b4a4dc4e67706f.zip |
New version.
-rw-r--r-- | anaconda.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index cf06a98df..6fb932f34 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 <clumens@redhat.com> - 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 <clumens@redhat.com> 11.4.1.9-1 - Query for anaconda rather than anaconda-runtime in buildinstall (jkeating). |