summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-05 17:17:24 -0500
committerChris Lumens <clumens@redhat.com>2009-01-06 09:54:08 -0500
commit5299d19ecf85a51d1a9972d59ac151b336d07b56 (patch)
treeac66c5b22e3ef3954e5aab5f71f3d96a8ad72139 /anaconda.spec
parent8384560b6b5a71ff68030fd8883c2d261fa7c2c6 (diff)
downloadanaconda-5299d19ecf85a51d1a9972d59ac151b336d07b56.tar.gz
anaconda-5299d19ecf85a51d1a9972d59ac151b336d07b56.tar.xz
anaconda-5299d19ecf85a51d1a9972d59ac151b336d07b56.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 2767ecf09..9be9248a4 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.5.0.3
+Version: 11.5.0.4
Release: 1
License: GPLv2+
Group: Applications/System
@@ -204,6 +204,15 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Mon Jan 05 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.4-1
+- Various packaging fixed from review (#225246) (hdegoede)
+- Show the header in certain non-lowres cases (#478765, alsadi).
+- Remove doMultiMount. (clumens)
+- Use mount -t auto instead of passing a list of valid fstypes (#477328).
+ (clumens)
+- Fix case sensitivity when searching for headers (kanarip)
+- Fix a traceback in checking for network install (ricky).
+
* Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.3-1
- Initialize domainname to None (#477831) (dcantrell)
- Do not import unused modules. (dcantrell)