summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-05-06 17:06:57 -0400
committerChris Lumens <clumens@redhat.com>2008-05-06 17:06:57 -0400
commit25ba0f4569572380e598922022259f4f91c19f11 (patch)
tree7174bc083e6a0943fdfd13eb4c737d59ea85b747
parentbe2cb5c10e7a3d3661970e8d20aae6a452d69cc4 (diff)
downloadanaconda-25ba0f4569572380e598922022259f4f91c19f11.tar.gz
anaconda-25ba0f4569572380e598922022259f4f91c19f11.tar.xz
anaconda-25ba0f4569572380e598922022259f4f91c19f11.zip
-rw-r--r--anaconda.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 02aee3f1d..6be55084c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.81
+Version: 11.4.0.82
Release: 1
License: GPLv2+
Group: Applications/System
@@ -207,6 +207,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue May 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.82-1
+- Look in the right place when ISO images are in a subdirectory
+ (#443580). (clumens)
+- Don't crash when given URLs of the form ftp://user@host/path
+ (#445295). (dlehman)
+- And run in the root (#374921) (katzj)
+
* Thu May 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.81-1
- Use 'yum clean all' when cleaning up after an upgrade, not
preupgrade (#374921) (katzj)