From 464ceddda91878d00e45636035375ca9840de766 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Aug 13 2007 21:27:47 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 0885cf1..d2e8dbe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ anaconda-11.3.0.15.tar.bz2 anaconda-11.3.0.16.tar.bz2 anaconda-11.3.0.17.tar.bz2 anaconda-11.3.0.18.tar.bz2 +anaconda-11.3.0.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7494d1c..d378f98 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.18 +Version: 11.3.0.19 Release: 1 License: GPL Summary: Graphical system installer @@ -143,6 +143,13 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Aug 13 2007 Chris Lumens 11.3.0.19-1 +- Make the version number display more prominent. +- Dynamically figure out the GTK and icon themes (katzj). +- Purge lots of unneeded code that's in yum (katzj). +- Don't check for bootable EFI partitions on RAID (#250353). +- Remove SELinux stuff after policy creation (katzj). + * Thu Aug 09 2007 Chris Lumens 11.3.0.18-1 - Fix "noipv6 ip=dhcp" to not ask about v4 vs. v6 (katzj). - Blacklist the ata_generic module (katzj). diff --git a/sources b/sources index 3381096..00279d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2469fb4466d48b4bd43ebc1a783be17c anaconda-11.3.0.18.tar.bz2 +6a6d4cdd694e6ec16d468de28f2bdc82 anaconda-11.3.0.19.tar.bz2