summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbf853687..dc9147f26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
11 - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c] 11 - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
12 Change AFS symbol to USE_AFS to prevent namespace collisions, do not 12 Change AFS symbol to USE_AFS to prevent namespace collisions, do not
13 include kafs.h unless necessary. From deengert at anl.gov. 13 include kafs.h unless necessary. From deengert at anl.gov.
14 - (tim) [configure.ac] Remove hard coded -L/usr/local/lib and
15 -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \
16 CPPFLAGS="-I/usr/local/include" ./configure if needed.
14 17
1520040122 1820040122
16 - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/ 19 - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
@@ -1723,4 +1726,4 @@
1723 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1726 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1724 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1727 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1725 1728
1726$Id: ChangeLog,v 1.3185 2004/01/23 11:03:10 dtucker Exp $ 1729$Id: ChangeLog,v 1.3186 2004/01/24 02:35:16 tim Exp $