summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-06 17:07:43 +0000
committerChris Lumens <clumens@redhat.com>2007-06-06 17:07:43 +0000
commitd875d5b6e54643645581d4cbff7af2604a9ca017 (patch)
treeb30f1f6e38bf438162cb2c0e2c427e616e7323e1
parente5ad28b086841c45d8db15e22e8352f5c43aad51 (diff)
downloadanaconda-d875d5b6e54643645581d4cbff7af2604a9ca017.tar.gz
anaconda-d875d5b6e54643645581d4cbff7af2604a9ca017.tar.xz
anaconda-d875d5b6e54643645581d4cbff7af2604a9ca017.zip
New version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec34
2 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 43ae97899..9218d6870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-06 Chris Lumens <clumens@redhat.com>
+
+ * anaconda.spec: New version.
+
2007-06-06 David Cantrell <dcantrell@redhat.com>
* loader2/hardware.c (detectHardware): Probe BUS_EBUS to support
diff --git a/anaconda.spec b/anaconda.spec
index ee23850f8..7f63dc218 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.2.0.61
+Version: 11.3.0.0
Release: 1
License: GPL
Summary: Graphical system installer
@@ -142,6 +142,38 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Jun 06 2007 Chris Lumens <clumens@redhat.com> - 11.3.0.0-1
+- Support HEA devices on IBM systems (dcantrell, #228578).
+- Use "disc" instead of "CD" in loader dialogs (#242830).
+- Don't show the X hatch pattern anymore (#195919).
+- Set a default clearpart type.
+- Permanently skip task and group selection on livecd (katzj, #242083).
+- Sync up repo representation with yum (dlehman).
+- Enable building on arm (Lennert Buytenhek).
+- Fix iscsi configuration traceback (#242379).
+- Enable all ZFCP LUNs (dcantrell, #207097).
+- Don't traceback on blank lines in modprobe.conf (#241991).
+- Fall back to English release notes (#241975).
+- Fix static network configuration (dcantrell, #221660).
+- Mount /dev/pts in rescue mode (dlehman, #228714).
+- Include dmidecode on ia64 (dlehman, #232947).
+- Correctly count SCSI disks (dlehman, #230526).
+- Don't traceback if we can't remove a ks script (#241878).
+- Preserve authconfig formatting (#241657).
+- Fix RAID superblock issues (katzj, #151653).
+- Bump early swap RAM limit (katzj, #232862).
+- Network configuration fixes (katzj, #240804).
+- Define Error to fix a livecd traceback (katzj, #241754).
+- Remove extra windows in text network config (notting, #241556).
+- Remove telnet mode (dcantrell).
+- Fix traceback on kickstart upgrades (#241395).
+- Make sure nics are brought up with DHCP config info (dcantrell).
+- Error out on invalid RAID superblocks (pjones, #151653).
+- loader UI flow fixes (dcantrell, #239958).
+- Fix various tracebacks in the partitioning code (dcantrell).
+- Fix network segfault (dcantrell, #240804).
+- Log real LVM errors instead of hiding them (katzj).
+
* Mon May 21 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.61-1
- add esound to upgrade handling
- fix selected group display when adding repos with the same groups (#237708)