diff options
author | Tim Rice <tim@multitalents.net> | 2003-09-21 21:39:14 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2003-09-21 21:39:14 -0700 |
commit | a35bebfdff1d0485eb5061910d18714201886268 (patch) | |
tree | 2c4fc838741083309a2a4cb5ec7c25f9a72e3b0f /ChangeLog | |
parent | 4515ebb90477db61c4ec0ab023f07e8c2ee8ae3a (diff) |
[configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
Report by distler AT golem ph utexas edu.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | 20030923 | 1 | 20030923 |
2 | - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree | 2 | - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree |
3 | builds. Portability corrections from tim@. | 3 | builds. Portability corrections from tim@. |
4 | - (dtucker) [configure.ac] Bug #655: uid swapping issues on Mac OS X. | 4 | - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X. |
5 | Patch from max at quendi.de. | 5 | Patch from max at quendi.de. |
6 | - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi. | 6 | - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi. |
7 | - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64. | 7 | - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64. |
@@ -25,6 +25,8 @@ | |||
25 | - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or | 25 | - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or |
26 | higher. | 26 | higher. |
27 | - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/ | 27 | - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/ |
28 | - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN. | ||
29 | Report by distler AT golem ph utexas edu. | ||
28 | 30 | ||
29 | 20030919 | 31 | 20030919 |
30 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; | 32 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; |
@@ -1157,4 +1159,4 @@ | |||
1157 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1159 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1158 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1160 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1159 | 1161 | ||
1160 | $Id: ChangeLog,v 1.2994.2.24 2003/09/22 04:03:46 tim Exp $ | 1162 | $Id: ChangeLog,v 1.2994.2.25 2003/09/22 04:39:14 tim Exp $ |