summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-09-19 06:18:46 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-09-19 06:18:46 +0000
commitba9bf5016669e0b940243c51c62236968119313a (patch)
tree7b1b4ee36ee0f673ebb5b16f2e5e7cb3a462656d /CHANGELOG
parent47567b045f65e542a4f1400e1295fa5ce7f685ac (diff)
Relevant BUGIDs: 449203
Purpose of commit: new support Commit summary: --------------- Include some BSD changes (to the conversation function) and fix a few gcc warnings.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 11ccbe20..ae2fa0bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,9 @@ bug report - outstanding bugs are listed here:
0.76: please submit patches for this section with actual code/doc
patches!
+* some BSD updates and fixes from Mark Murray - including a slightly
+ more robust conversation function and some minimization of gcc
+ warnings. (Bug 449203 - agmorgan)
* pam_unix/support.c: sample use of reentrant NSS function. Not yet active,
because modules do not include _pam_aconf_h! (Bug 440107 - vorlon)
* doc/Makefile changes - use $(mandir) [courtesy Harald Welte] (Bug