summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-01-12 21:53:14 +0000
committerBill Nottingham <notting@redhat.com>2005-01-12 21:53:14 +0000
commit290e85a33ea218fae005850f0088712783387bab (patch)
tree4d1e64ded54941e73cba9d1f349acc73a1241571
parent0a86b60f1c8a40e9171e6f7fd87ce338b1fbd42a (diff)
downloadinitscripts-290e85a33ea218fae005850f0088712783387bab.tar.gz
initscripts-290e85a33ea218fae005850f0088712783387bab.tar.xz
initscripts-290e85a33ea218fae005850f0088712783387bab.zip
8.03-1r8-03
-rw-r--r--ChangeLog48
-rw-r--r--initscripts.spec15
2 files changed, 62 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d86e780..4917137f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2005-01-12 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.03-1
+
+ * initscripts.spec, rc.d/rc.sysinit:
+ use udevsend to handle hotplug events, conflict with inappropriate
+ udev versions
+
+ * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
+ remove pump, dhcpcd support.
+
+ * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions:
+ fix various fgreps to not catch commented lines (#136531, expanded from <cww@redhat.com>)
+
+ * sysconfig/network-scripts/ifup: fix ONxxx (#136531, <cww@redhat.com>)
+
+ * sysconfig/network-scripts/ifup:
+ set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
+
+ * sysconfig/network-scripts/ifdown:
+ kill dhcp client even if BOOTOPROTO is now static (#127726, others)
+
+ * sysconfig.txt, sysconfig/network-scripts/ifdown:
+ support releasing the dhcp lease (<jvdias@redhat.com>)
+
+ * sysconfig/network-scripts/init.ipv6-global, sysconfig/network-scripts/network-functions-ipv6:
+ clean up whitespace <pb@bieringer.de>
+
+ * ipv6-6to4.howto, ipv6-tunnel.howto:
+ IPv6 doc changes (<pb@beiringer.de>,<pekkas@netcore.fi>)
+
+2005-01-11 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/init.ipv6-global, sysconfig/network-scripts/network-functions-ipv6:
+ replace the use of route/ifconfig with ip, remove support for ipv6calc
+ (<pb@bierenger.de>, <pekkas@netcore.fi>)
+
+2005-01-10 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/functions: fix quoting (#144634)
+
+2005-01-07 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/network-functions:
+ return the result of the operation, not the result of nscd
+
+ * rc.d/init.d/network, rc.d/rc.sysinit: shut up sysctl (#144483)
+
2005-01-03 Bill Nottingham <notting@redhat.com>
* Changelog, initscripts.spec: 8.02-1
diff --git a/initscripts.spec b/initscripts.spec
index 247efdf5..27888ede 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.02
+Version: 8.03
License: GPL
Group: System Environment/Base
Release: 1
@@ -203,6 +203,19 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Jan 12 2005 Bill Nottingham <notting@redhat.com> 8.03-1
+- use udevsend to handle hotplug events (requires recent udev)
+- remove pump, dhcpcd support
+- fix ONxxx (#136531, <cww@redhat.com>)
+- fix various fgreps to not catch commented lines (#136531, expanded
+ from <cww@redhat.com>)
+- set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
+- kill dhcp client even if BOOTOPROTO is now static (#127726, others)
+- replace the use of route/ifconfig with ip in IPv6 code, remove support
+ for ipv6calc (<pb@bierenger.de>, <pekkas@netcore.fi>)
+- fix quoting in daemon() (#144634)
+- make sysctl be silent (#144483)
+
* Mon Jan 3 2005 Bill Nottingham <notting@redhat.com> 8.02-1
- remove initlog, minilogd
- add a flag to kmodule for use with kudzu's socket mode, use it