summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-24 17:27:39 -0400
committerChris Lumens <clumens@redhat.com>2008-07-24 17:27:39 -0400
commit6bc63fd03df93d1bf236ca6b0e77df37d1a7f40d (patch)
treedac701b0ba6d6e9321c89ae6ffa4187f9bb3084f
parent99df58014401df08334aec75b2652b588195bf35 (diff)
downloadanaconda-6bc63fd03df93d1bf236ca6b0e77df37d1a7f40d.tar.gz
anaconda-6bc63fd03df93d1bf236ca6b0e77df37d1a7f40d.tar.xz
anaconda-6bc63fd03df93d1bf236ca6b0e77df37d1a7f40d.zip
-rw-r--r--anaconda.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index fcf1fff32..383678883 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.18
+Version: 11.4.1.19
Release: 1
License: GPLv2+
Group: Applications/System
@@ -195,6 +195,16 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Jul 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.19-1
+- Fix another NFS kickstart segfault (#456461). (clumens)
+- Remove support for generating a minstg2.img image. (dcantrell)
+- If the xconfig command is given, do something with it (#455938). (clumens)
+- METHOD_CDROM is now supported on s390 (jgranado). (clumens)
+- Fix test for if we could access stage2.img on the CD (wwoods).
+- Look for updates.img and product.img on the boot.iso. (clumens)
+- Suspend the curses interface before calling scripts and resume afterwards
+ (#435314) (msivak)
+
* Wed Jul 23 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.18-1
- MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers. (clumens)