summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-09-19 17:09:20 -0400
committerChris Lumens <clumens@redhat.com>2008-09-19 17:09:20 -0400
commit7233587dc708948e7a90ab10f0ce2e8a7e7cb6d8 (patch)
treeadb469a1a2220c64db0d1217040cee25af9f8d1a /anaconda.spec
parentd6afd90e62165fe9d37b5e5e7067bf611d0fe4c9 (diff)
downloadanaconda-7233587dc708948e7a90ab10f0ce2e8a7e7cb6d8.tar.gz
anaconda-7233587dc708948e7a90ab10f0ce2e8a7e7cb6d8.tar.xz
anaconda-7233587dc708948e7a90ab10f0ce2e8a7e7cb6d8.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec26
1 files changed, 25 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 137d8b7e2..d544400e9 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.36
+Version: 11.4.1.37
Release: 1
License: GPLv2+
Group: Applications/System
@@ -205,6 +205,30 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.37-1
+- Set the filename on the traceback when we upload it (wwoods).
+- Don't worry about errors looking up protected partitions on upgrades.
+ (clumens)
+- Fix test for allowing the installation source to be on the root fs
+ (#462769). (clumens)
+- lang-names should really only depend on lang-table (katzj)
+- Don't make the .desktop file unless we actually need to (katzj)
+- Fix lang-name generation (katzj)
+- Look for xrandr in the search path. (clumens)
+- Make the textw network screen match the iw interface by only prompting for
+ hostname (#462592) (dcantrell)
+- Pick up hostname if we have it, otherwise use localhost.localdomain
+ (#461933) (dcantrell)
+- dhclient-script not needed for NetworkManager (dcantrell)
+- Add getDefaultHostname() to network.py (dcantrel)
+- Write out NETMASK and BROADCAST correctly in loader. (dcantrel)
+- Fix problems with manual network configuration in loader. (dcantrel)
+- anaconda-yum-plugins is now in its own source repo. (clumens)
+- Remove most of the network configuration from text mode as well (#462691).
+ (clumens)
+- Add an extra newline to the empty partition table message. (clumens)
+- Fixup DiskSet._askForLabelPermission() (markmc)
+
* Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.36-1
- Remove invalid i18n stuff to let anaconda build. (dcantrell)
- Remove doConfigNetDevice() prototype. (dcantrell)