summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 549db120b..74390565e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); the 4 - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); the
5 latter being specified to have undefined behaviour in SUSv3; 5 latter being specified to have undefined behaviour in SUSv3;
6 ok dtucker 6 ok dtucker
7 - (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variable
8 when used as an error message inside an if statement so we display the
9 correct into. agent.sh patch from Petr Lautrbach.
7 10
820140127 1120140127
9 - (dtucker) [Makefile.in] Remove trailing backslash which some make 12 - (dtucker) [Makefile.in] Remove trailing backslash which some make