diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-13 08:27:33 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-13 08:27:33 +1100 |
commit | c6b3bbe2b991f4f87ca1f8214f43c13a5a73f385 (patch) | |
tree | 5eadc1e35464be6ec748793060d92b12fa637052 /ChangeLog | |
parent | 4e0dbd07cf1021897210c11a16fd05f207d95b8e (diff) |
- Fix compilation on systems with AFS. Reported by
aloomis@glue.umd.edu
- Fix installation on Solaris. Reported by
Gordon Rowell <gordonr@gormand.com.au>
- Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
- Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
- Compile fix from David Agraz <dagraz@jahoopa.com>
- Avoid compiler warning in bsd-snprintf.c
- Added pam_limits.so to default PAM config. Suggested by
Jim Knoble <jmknoble@pobox.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ | |||
1 | 19991211 | ||
2 | - Fix compilation on systems with AFS. Reported by | ||
3 | aloomis@glue.umd.edu | ||
4 | - Fix installation on Solaris. Reported by | ||
5 | Gordon Rowell <gordonr@gormand.com.au> | ||
6 | - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, | ||
7 | patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> | ||
8 | - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com> | ||
9 | - Compile fix from David Agraz <dagraz@jahoopa.com> | ||
10 | - Avoid compiler warning in bsd-snprintf.c | ||
11 | - Added pam_limits.so to default PAM config. Suggested by | ||
12 | Jim Knoble <jmknoble@pobox.com> | ||
13 | |||
1 | 19991209 | 14 | 19991209 |
2 | - Import of patch from Ben Taylor <bent@clark.net>: | 15 | - Import of patch from Ben Taylor <bent@clark.net>: |
3 | - Improved PAM support | 16 | - Improved PAM support |