summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-28 20:19:31 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-28 20:19:31 +0000
commit0d7a8d7922ef2bdf9b80d40df1e2e6012cca3bab (patch)
treebdae08ad84a417d9d80e9d828930c367933de5ae
parent06b44a9da185488138842ff46a10d3c7c994d7bc (diff)
downloadanaconda-0d7a8d7922ef2bdf9b80d40df1e2e6012cca3bab.tar.gz
anaconda-0d7a8d7922ef2bdf9b80d40df1e2e6012cca3bab.tar.xz
anaconda-0d7a8d7922ef2bdf9b80d40df1e2e6012cca3bab.zip
2005-04-28 Jeremy Katz <katzj@redhat.com>anaconda-10.2.0.57-1
* anaconda.spec: Bump version.
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 89e25f156..905b0e30b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.56
+Version: 10.2.0.57
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Apr 28 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.57-1
+- Fix bind mounts (clumens, #151458)
+- Fix hard drive installs (clumens)
+- Re-add bluecurve icons
+- Attempt to fix Chinese
+
* Wed Apr 28 2005 Peter Jones <pjones@redhat.com> - 10.2.0.56-1
- Fix mediacheck calls from cdinstall.c, and make mediacheck.c include
its own header so typechecking works.