summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-07 01:47:55 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-07 01:47:55 +0000
commit6771245df1bf33dfb285d2fb5af30956809dbfe3 (patch)
tree0bc7e9fd0e0f178c708a2b71c2f0fb79213d9260 /anaconda.spec
parentc88430cdc25fe12e2ad6f1557e3a08dc389d9973 (diff)
downloadanaconda-6771245df1bf33dfb285d2fb5af30956809dbfe3.tar.gz
anaconda-6771245df1bf33dfb285d2fb5af30956809dbfe3.tar.xz
anaconda-6771245df1bf33dfb285d2fb5af30956809dbfe3.zip
2006-06-06 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version * Makefile (build): Switch to brew
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 763a8d02d..e65ae3777 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.23
+Version: 11.1.0.24
Release: 1
License: GPL
Summary: Graphical system installer
@@ -88,6 +88,20 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Jun 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.24-1
+- Read from right stdin for kickstart scripts (Hannu Martikka, #192067)
+- Fix ip addr getting on 64bit boxes (clumens, #193609)
+- Don't specify window position (clumens)
+- Handle PE sizes we don't expect in the UI (clumens, #185272)
+- Rescue mode fixes (clumens)
+- Remove pointless back button (clumens, #187158)
+- Add user-agent to loader HTTP requests (clumens, #98617)
+- Use IP instead of hostname if needed (clumens, #191561)
+- Write out ipv6 localhost (clumens, #44984)
+- Add greek (#193872)
+- Fix s390x images (#192862)
+- Fix rhpxl location (clumens)
+
* Tue May 30 2006 Chris Lumens <clumens@redhat.com> 11.1.0.23-1
- Require glib2-devel.
- Look for libglib in the right place on 64-bit machines.