diff options
author | Chris Lumens <clumens@redhat.com> | 2008-09-09 22:20:46 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-09-09 22:20:46 -0400 |
commit | 61a8d409a0dd2b4f551e96e606e66132c17d1428 (patch) | |
tree | 7f9ae3d43fb1550a9c9fd0fb31a9e057707f8ab2 /anaconda.spec | |
parent | 7a0d1437eb00e38a61b58088f23f2a0a72f98a2e (diff) | |
download | anaconda-61a8d409a0dd2b4f551e96e606e66132c17d1428.tar.gz anaconda-61a8d409a0dd2b4f551e96e606e66132c17d1428.tar.xz anaconda-61a8d409a0dd2b4f551e96e606e66132c17d1428.zip |
New version.anaconda-11.4.1.33-1
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 79909b942..5c1fa3886 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.32 +Version: 11.4.1.33 Release: 1 License: GPLv2+ Group: Applications/System @@ -218,6 +218,21 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Sep 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.33-1 +- Include NetworkManager and dbus libraries on 64-bit arches (#461632). + (clumens) +- We need libsqlite3.so in upd-instroot before it can be in the initrd. + (clumens) +- Fix partitions growing (backport of rhbz #442628) (rvykydal) +- Kickstart timezone validity check fixed (#461526) (rvykydal) +- Add more kernel crypto modules (#443545). (clumens) +- Make the progress bar move when downloading the install.img (#461182). + (clumens) +- Add overrideDHCPhostname as an attribute. (clumens) +- Fix saving to remote hosts (#461500). (clumens) +- short_desc is now summary. (clumens) +- Use print() as a function. (pjones) + * Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.32-1 - Use struct audit_reply instead of struct auditd_reply_list (dcantrell) |