summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-08-15 18:17:50 +0000
committerChris Lumens <clumens@redhat.com>2006-08-15 18:17:50 +0000
commitbedc122d4df63b33f15abe6ebc4dbda718fc2b85 (patch)
treea8129984559ab20754129d567abf0df62af61b45 /anaconda.spec
parente8fa2ee38c63c6edc6adba2a1facc668fec62779 (diff)
downloadanaconda-bedc122d4df63b33f15abe6ebc4dbda718fc2b85.tar.gz
anaconda-bedc122d4df63b33f15abe6ebc4dbda718fc2b85.tar.xz
anaconda-bedc122d4df63b33f15abe6ebc4dbda718fc2b85.zip
New version for a million fixes.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec25
1 files changed, 24 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 56403b3df..42e9d6bcb 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.80
+Version: 11.1.0.81
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,29 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Aug 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.81-1
+- Fix serial console shell IO (#201479).
+- Don't traceback if URL install path is just "/" (#202368).
+- Fix font typo (katzj, #202167).
+- SELinux fixups (pjones).
+- Handle virtpconsole option again (katzj, #201749, #202450).
+- Kickstart install fixes (#202471, #202483).
+- Mark strings for translation (#199022).
+- Fix ISO install method traceback (#201775).
+- Don't enable the back button if there's no screen to show (#197766).
+- Don't clobber a working /etc/resolv.conf on VNC installs (#201874).
+- Remember user choices on network config (dcantrel, #200986, #200797).
+- More greek fixing (katzj, #196980).
+- Sync pkgorder with what distill is expecting (katzj, #201923).
+- RHEL upgrade tweaks (katzj, #201741).
+- Install class detection (katzj, #201745).
+- Fix text upgrade traceback (katzj, #201960).
+- Add more libraries for s390 (katzj, #200985).
+- Add SATA probing (pjones).
+- Add registration key options (katzj, #201738).
+- Don't automatically set UTC check box on kickstart installs (#181737).
+- Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode.
+
* Tue Aug 08 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.80-1
- Blacklist e2fsprogs.ppc64 on upgrades (#200233)
- Set self.currentMedia to [] (dcantrel, #201722).