summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-11-15 17:27:56 -0500
committerChris Lumens <clumens@redhat.com>2007-11-15 17:27:56 -0500
commit7958d87c226746c2c0075d96d597702fa3052f52 (patch)
tree0aa67b3454e2d6a7391cff981147862be37b8e39 /anaconda.spec
parent64eefeac281e3a7d45556fca875200becf9cec4d (diff)
downloadanaconda-7958d87c226746c2c0075d96d597702fa3052f52.tar.gz
anaconda-7958d87c226746c2c0075d96d597702fa3052f52.tar.xz
anaconda-7958d87c226746c2c0075d96d597702fa3052f52.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index b85eef7ff..55a792778 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4
+Version: 11.4.0.1
Release: 1
License: GPLv2
Group: Applications/System
@@ -216,6 +216,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Nov 15 2007 Chris Lumens <clumens@redhat.com> 11.4.0.1-1
+- Pull in the /lib/ld-linux.so.2 symlink to stage2.
+- Don't segfault on unpartitioned updates devices (#372011).
+- Log errors and continue when we can't copy files during livecd (#376741).
+- Pull in glibc.i386 and openssl.i386 to stage2 (#367731).
+- Fix Macedonian translation (#374561).
+
* Thu Nov 08 2007 Chris Lumens <clumens@redhat.com> 11.4-1
- Add nicdelay= command line option (msivak, #349521).
- Display more useful ks script error messages.