diff options
author | Chris Lumens <clumens@redhat.com> | 2008-07-11 16:53:08 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-07-11 16:53:08 -0400 |
commit | 69bc222bcbd23c05b22868fe09e97dbb69ea9220 (patch) | |
tree | f7ccb5c14ce9d1886f1277b873cf8bc03ad0f4c0 /anaconda.spec | |
parent | e5ee908dd18c326031696eab548f32774228abe8 (diff) | |
download | anaconda-69bc222bcbd23c05b22868fe09e97dbb69ea9220.tar.gz anaconda-69bc222bcbd23c05b22868fe09e97dbb69ea9220.tar.xz anaconda-69bc222bcbd23c05b22868fe09e97dbb69ea9220.zip |
New version.anaconda-11.4.1.14-1
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 3ffbeb975..18d2c655c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.13 +Version: 11.4.1.14 Release: 1 License: GPLv2+ Group: Applications/System @@ -194,6 +194,33 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Jul 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.14-1 +- Remove an extra tab that was causing problems with the Iloko + translation. (clumens) +- Use the right stage2.img path for kickstart URL installs (#452140). (clumens) +- Convert package errors to unicode before displaying them (#441200). (clumens) +- Display a status message while waiting for the CD to become ready. (clumens) +- Fix window title to be the same as all others. (clumens) +- In cmdline mode, give some feedback when transferring loader files. (clumens) +- If network config info isn't provided for cmdline, abort. (clumens) +- If we're not given a method in cmdline mode, we have to quit. (clumens) +- In cmdline mode, set language to the default if none is provided. (clumens) +- Don't stop on the method screen if stage2= is provided. (clumens) +- Add support for NFS to the repo editor (#443733). (clumens) +- Fix whitespace silliness. (pjones) +- Fix closing the drive door so that if the kernel happens to start giving us + the right error code, we'll handle it correctly... (pjones) +- Fix the mysterious Error: OK message. (clumens) +- The return value from mediaCheckCdrom is totally useless. (clumens) +- Add better error handling when initializing yum (#453695). (clumens) +- Add functions for creating repos as well. (clumens) +- Don't handle all possible exceptions as if they were repo errors. (clumens) +- Reorganize to make it easier to reset the "base" repository. (clumens) +- Remove the pkgSack when a repo is disabled. (clumens) +- Use the new method of calling the NetworkConfigurator. (clumens) +- Add an updated repo editor. (clumens) +- Don't suggest text mode to the poor, poor user. (pjones) + * Wed Jul 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.13-1 - Filter out source and debuginfo repos from the UI. (clumens) - Add the MD5 sum to the boot.iso to avoid errors in loader |