aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1999-12-06 20:15:23 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1999-12-06 20:15:23 +0000
commitbd6628a00bf39fae3cc1c8ba17fdd8bee515caa1 (patch)
tree4084fa11838fd0ff531921a38eb29eaa9f7362ae
parent94361dc3c20688978c097ce401706fb8764a883e (diff)
downloadinitscripts-bd6628a00bf39fae3cc1c8ba17fdd8bee515caa1.tar
initscripts-bd6628a00bf39fae3cc1c8ba17fdd8bee515caa1.tar.gz
initscripts-bd6628a00bf39fae3cc1c8ba17fdd8bee515caa1.tar.bz2
initscripts-bd6628a00bf39fae3cc1c8ba17fdd8bee515caa1.tar.xz
initscripts-bd6628a00bf39fae3cc1c8ba17fdd8bee515caa1.zip
4.71 releaser4-71
-rw-r--r--ChangeLog15
-rw-r--r--initscripts.spec7
2 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 68cc7809..66a906f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
+1999-12-06 Michael K. Johnson <johnsonm@redhat.com>
+
+ * src/ppp-watch.c: redial after RETRYTIMEOUT on script failure
+
+ * src/ppp-watch.c: tyops
+
+ * src/ppp-watch.c: handle control-C and such on parent right
+ use sigaction
+
+ * sysconfig/network-scripts/ifup-ppp:
+ Fix suggested by Adam P. Jenkins, tests fine here, may improve CHAP as well.
+
1999-12-03 Michael K. Johnson <johnsonm@redhat.com>
- * src/ppp-watch.c:
- open fds, get lock/pid file names right
+ * src/ppp-watch.c: open fds, get lock/pid file names right
1999-12-03 Bill Nottingham <notting@redhat.com>
diff --git a/initscripts.spec b/initscripts.spec
index f8bd5ddf..13c27634 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-%define version 4.70
+%define version 4.71
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -198,6 +198,11 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
+- improvements in clone device handling
+- better signal handling in ppp-watch
+- yet another attempt to fix those rare PAP/CHAP problems
+
* Sat Nov 28 1999 Bill Nottingham <notting@redhat.com>
- impressive. Three new features, three new bugs.