summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-04-25 16:05:10 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-04-25 16:05:10 -1000
commit42aac8ec561842b9dd103a2e2d521d55d0a71e25 (patch)
treef42ca5128c4763258ee57548eda5504c1b552d76 /anaconda.spec
parent3c4deee414ad8c37cfdc55ce2de7d4fbd49af017 (diff)
downloadanaconda-42aac8ec561842b9dd103a2e2d521d55d0a71e25.tar.gz
anaconda-42aac8ec561842b9dd103a2e2d521d55d0a71e25.tar.xz
anaconda-42aac8ec561842b9dd103a2e2d521d55d0a71e25.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec17
1 files changed, 16 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 30f8139b8..a55696ad9 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.76
+Version: 11.4.0.77
Release: 1
License: GPLv2+
Group: Applications/System
@@ -207,6 +207,21 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Apr 25 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.77-1
+- Preserve 'set the hostname' setting when going Next/Back (#443414) (dcantrell)
+- Avoid traceback on network configuration screen (#444184) (dcantrell)
+- Add missing backslashes for the .profile here document. (dcantrell)
+- Label the efi boot filesystem on ia64 as well. (pjones)
+- Don't use size to determine if a partition is an EFI system
+ partition; instead, (pjones)
+- Handle the DVD having a disknumber of ALL. (443291) (jkeating)
+- Make the LUKS passphrase prompt fit on an 80x25 screen. (#442100) (dlehman)
+- Don't dd the image from /dev/zero _and_ use
+ "mkdosfs -C <image> <blockcount>" (pjones)
+- label the filesystem in efidisk.img so that HAL and such won't try to
+ mount it. (pjones)
+- fix testiso Makefile target - boot.iso, not netinst.iso (wwoods)
+
* Thu Apr 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.76-1
- Use the execWithCapture wrapper to be consistent. (jgranado)
- Call the mdadm with full path. (jgranado)