summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-16 23:51:39 -0500
committerChris Lumens <clumens@redhat.com>2009-01-16 23:51:39 -0500
commitc1adf4957e018d50222bc6a6f7dc9021a3d586f0 (patch)
tree2d196b81da43e8046f8d923d2733aba8487540f3 /anaconda.spec
parent1dc00220b674465a47c50337f521566ef769b8a5 (diff)
downloadanaconda-c1adf4957e018d50222bc6a6f7dc9021a3d586f0.tar.gz
anaconda-c1adf4957e018d50222bc6a6f7dc9021a3d586f0.tar.xz
anaconda-c1adf4957e018d50222bc6a6f7dc9021a3d586f0.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 3d4cfb998..21a9a8cd6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.5.0.8
+Version: 11.5.0.9
Release: 1
License: GPLv2+
Group: Applications/System
@@ -204,6 +204,19 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Fri Jan 16 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.9-1
+- Cracklib moved locations, account for this in our keepfiles. (jkeating)
+- Look in the right path for kernel module lists. (jkeating)
+- Fix more problems in expandModuleSet, based on a patch from markmc
+ (#480307). (clumens)
+- Allow ext4 without magic argument (keep a flag for migrate) (katzj)
+- Fix pulling in network modules (katzj)
+- Support mounting NTFS filesystems (#430084) (katzj)
+- dejavu fonts changed package names, pick up new names. (jkeating)
+- TightVNC is now the default VNC server in Fedora (#480308). (clumens)
+- Only skip (over)writing netconfig if we have an actual instPath (jkeating)
+- The sets module is deprecated, so no longer use it. (clumens)
+
* Wed Jan 14 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.8-1
- Fix D-Bus usage in get_connection in loader (jkeating)