summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-12-09 03:13:47 +0000
committerJeremy Katz <katzj@redhat.com>2005-12-09 03:13:47 +0000
commitf28acfdf35bbc67583c3344a47011f88cf66f19e (patch)
tree6a1cdcff6152ba259e0b8bdc2c13de85559441d5 /anaconda.spec
parentac50ae70fac189b9c98b7146714cd3b709c1c69e (diff)
downloadanaconda-f28acfdf35bbc67583c3344a47011f88cf66f19e.tar.gz
anaconda-f28acfdf35bbc67583c3344a47011f88cf66f19e.tar.xz
anaconda-f28acfdf35bbc67583c3344a47011f88cf66f19e.zip
2005-12-08 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index e2eb6da12..be38b7825 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.90.14
+Version: 10.90.15
Release: 1
License: GPL
Summary: Graphical system installer
@@ -78,6 +78,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Dec 8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.15-1
+- Fix various typos in the new group selection code (clumens)
+- Support bytesPerInode on RAID (Curtis Doty, #175288)
+- Stub some more for the loader to fix line-drawing chars again
+- Handle file read failures better (pnasrat)
+- Initial support for upgrades again (pnasrat)
+- Minor padding tweaks to the UI
+
* Thu Dec 8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.14-1
- Fix up for moved x locale data
- Remove vnc hack now that VNC knows where to look for fonts