summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-07-13 20:38:03 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-07-13 20:38:03 +0000
commitae060d0088e7dab6659bf91f66735a3ff46c652d (patch)
tree3eaf2cf60c82b3a95eeb53b979d5a9cf54a9d553 /anaconda.spec
parent83e2259471fb2d8ccee10513e60970393301e0d2 (diff)
downloadanaconda-ae060d0088e7dab6659bf91f66735a3ff46c652d.tar.gz
anaconda-ae060d0088e7dab6659bf91f66735a3ff46c652d.tar.xz
anaconda-ae060d0088e7dab6659bf91f66735a3ff46c652d.zip
Increment version number and make a release.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec20
1 files changed, 19 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 95993242b..8cd9b93f2 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.56
+Version: 11.1.0.57
Release: 1
License: GPL
Summary: Graphical system installer
@@ -100,6 +100,24 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Jul 13 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.57-1
+- Fix unknown error on shadow file (#196705, clumens)
+- Removed inet_calcGateway (clumens)
+- Don't guess gateway address in text network UI (#197578, clumens)
+- Change iutil.copyFile calls to shutil.copyfile (clumens)
+- Removed DRI enable/disable code from xsetup (clumens)
+- Removed copyFile, getArch, memInstalled, and rmrf from iutil (clumens)
+- Don't pass command as first argument to subprocess calls (clumens)
+- Added network debugging mode for readNetConfig() in loader
+- Removed "BOOTP" string from loader network config UI
+- Added new dialog for network device config in stage2 (katzj)
+- Write gateway address to correct struct in manualNetConfig
+- Removed IP_STRLEN macro since that's moved to libdhcp
+- Link and compile libisys with libdhcp
+- Added back 'confignetdevice' and 'pumpnetdevice' in iutil
+- Removed isys_calcNetmask and isys_calcNS (clumens)
+- Added xkeyboard-config to fix VT switching (katzj)
+
* Tue Jul 11 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.56-1
- Many changes and fixes in the loader2 network configuration, both
dhcp and manual IP entry