summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-01 16:52:55 +1000
committerDamien Miller <djm@mindrot.org>2000-07-01 16:52:55 +1000
commitcb170cb225e62f6deda4911f0fbab2d6cd6b8062 (patch)
tree003880eaf4ddfda40e01a1baee5f2d85f69e2704 /ChangeLog
parent28adeef966d890b5831d831b1f0e1100c9db5b0a (diff)
- (djm) Added check for broken snprintf() functions which do not correctly
terminate output string and attempt to use replacement.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bbdff7b6..b7c566bbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
4 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen 4 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
5 <vinschen@cygnus.com> 5 <vinschen@cygnus.com>
6 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM 6 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
7 - (djm) Added check for broken snprintf() functions which do not correctly
8 terminate output string and attempt to use replacement.
7 9
820000628 1020000628
9 - (djm) Fixes to lastlog code for Irix 11 - (djm) Fixes to lastlog code for Irix