summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-09-15 17:53:24 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-09-15 17:53:24 -1000
commit28344e74859d6677ff4dea6636cc58b49c97de2e (patch)
treed6a90d3079f565bfcd64903729e1f6357d8f1647 /anaconda.spec
parent64b1d0d2725dbcda884fbde812aac3c5b7ac768f (diff)
downloadanaconda-28344e74859d6677ff4dea6636cc58b49c97de2e.tar.gz
anaconda-28344e74859d6677ff4dea6636cc58b49c97de2e.tar.xz
anaconda-28344e74859d6677ff4dea6636cc58b49c97de2e.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec43
1 files changed, 42 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 5c950ac08..f8e9b2c6e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.34
+Version: 11.4.1.35
Release: 1
License: GPLv2+
Group: Applications/System
@@ -218,6 +218,47 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.35-1
+- Call network.bringDeviceUp() instead of old isys functions. (dcantrell)
+- Pass device name to network.setDNS() and network.setGateway(). (dcantrell)
+- NetworkManager fixes in network.py (dcantrell)
+- Remove code from isys not needed for NetworkManager. (dcantrell)
+- Avoid writing out NM_CONTROLLED more than once. (dcantrell)
+- Write out final ifcfg-DEVICE files correctly. (dcantrell)
+- Use POSIX and LSB hostname length limit. (dcantrell)
+- Consistent whitespace usage in network.py (dcantrell)
+- Do not try to start hald or dbus-daemon from anaconda. (dcantrell)
+- On HDISO installs, mark LABEL= and UUID= partitions as protected. (clumens)
+- Do encrypted device passphrase retrofits while activating partitioning.
+ (dlehman)
+- Use one passphrase for all new LUKS devices and offer retrofit to old
+ ones. (dlehman)
+- There's only one passphrase member (encryptionPassphrase) in Partitions.
+ (dlehman)
+- Only add LUKSDevice instances to PV requests as needed. (dlehman)
+- New device passphrase is now always global w/ option to retrofit. (dlehman)
+- Don't prompt for a passphrase when creating encrypted devices. (dlehman)
+- Define a method to add a passphrase to an existing LUKS device. (dlehman)
+- Fix a traceback when starting a shell in rescue mode (#462148). (clumens)
+- md, lock_nolock, and dm_emc kernel modules no longer exist. (clumens)
+- Fix iscsi disk detection with newer kernels (rh 461839, 461841) (hans)
+- Fix the crash reported in bug 454135 (hans)
+- Make iBFT reading explicit from a higher level (hans)
+- Add ibft flag to ease in testing. (hans)
+- Support iSCSI CHAP and Reverse CHAP authentication (rhbz#402431,
+ rhbz#432819) (hans)
+- Don't set iscsi devices to autostart (rhbz#437891) (hans)
+- Add full CHAP support to iSCSI. (rhbz#432819) (hans)
+- Do not try to initialize iSCSI, when no portal (#435173) (hans)
+- Fix wrong function names for iscsi login/start (rhbz#295154) (hans)
+- Set an attribute when iscsid is started (#431904). (hans)
+- Better fixes for iscsi probing (patch from jlaska) (hans)
+- Make sure ISCSIADM and such are defined (rhbz#431924) (hans)
+- Fix iscsi so that mkinitrd can actually talk to the running daemon (hans)
+- Make iscsi/ibft work (hans)
+- Add mk-images changes forgotten in previous commit (hans)
+- Add support for iSCSI iBFT table (#307761) (hans)
+
* Thu Sep 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.34-1
- Always start NM so we can talk to it in the boot.iso case (#461071).
(clumens)