summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-07-03 14:01:46 -0400
committerPeter Jones <pjones@pjones2.localdomain>2008-07-03 14:01:46 -0400
commitf6fe478827ae62ed531d6f9ebf29679f1b9f210e (patch)
tree9b549bd159c7e754ccc107181a14a9085e9576d9 /anaconda.spec
parente0d344280c606b57bee1816211f238948496c60c (diff)
downloadanaconda-f6fe478827ae62ed531d6f9ebf29679f1b9f210e.tar.gz
anaconda-f6fe478827ae62ed531d6f9ebf29679f1b9f210e.tar.xz
anaconda-f6fe478827ae62ed531d6f9ebf29679f1b9f210e.zip
New version (11.4.1.11-1)anaconda-11.4.1.11-1
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 6fb932f34..948cc6c59 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.10
+Version: 11.4.1.11
Release: 1
License: GPLv2+
Group: Applications/System
@@ -194,6 +194,11 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Jul 03 2008 Peter Jones <pjones@redhat.com> - 11.4.1.11-1
+- Fix double free in setupCdrom
+- Fix missing psudo->pseudo spelling fix (katzj, #453843)
+- Include missing X libraries in stage2.img
+
* 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)