summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-28 03:46:59 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-28 03:46:59 +0000
commite0e3acb544e87c60c071c94b0ae7b098b3e29200 (patch)
tree4284ac025ed1ef8d7839055dc9b29d0d83dbe1f1
parent4f219de9a73969308f39caf16be4d3943da4451b (diff)
downloadanaconda-10.2.0.55-1.tar.gz
anaconda-10.2.0.55-1.tar.xz
anaconda-10.2.0.55-1.zip
2005-04-27 Jeremy Katz <katzj@redhat.com>anaconda-10.2.0.55-1
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec18
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cfc48225..509fa6af7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-04-27 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* installmethod.py (doMethodComplete): Figure out rootfs better
* dispatch.py (installSteps): Pass id.fsset to methodcomplete.
diff --git a/anaconda.spec b/anaconda.spec
index 43d6d621f..fe7b0a9fd 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.54
+Version: 10.2.0.55
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,22 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.55-1
+- Don't spam about package downloads in cmdline mode (#155250)
+- Apply jnovy's patch to fix space calculations for > 2 TB devices (#155709)
+- Set default font for CJK better (clumens, #156052)
+- Add --label for part in kickstart (clumens, #79832)
+- Ensure decimal IP addrs (#156088)
+- Apply patch from Joe Pruett for rpmarch= fixes (#101971)
+- Don't set SUPPORTED unnecessarily (#115847)
+- Give more room for cyl #s (#119767)
+- Bump size of diskboot.img
+- Add back button for required media message (#114770)
+- Fix lvs showing up with a mountpoint of 0 (#153965)
+- Nuke some debug code
+- Don't try to unmount (tmpfs) /dev
+- Write a minimal mtab to avoid fsck/mount complaints (pjones)
+
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.54-1
- Only select kernel-smp that matches the arch of kernel (#149618)
- Apply the read of Dustin Kirkland's checkpoint fragment sum patch