summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e64a550f1..c6c6cb955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,16 @@
9 - (dtucker) [openbsd-compat/port-linux.c] Bug #1838: Add support for the new 9 - (dtucker) [openbsd-compat/port-linux.c] Bug #1838: Add support for the new
10 Linux OOM-killer magic values that changed in 2.6.36 kernels, with fallback 10 Linux OOM-killer magic values that changed in 2.6.36 kernels, with fallback
11 to the old values. Feedback from vapier at gentoo org and djm, ok djm. 11 to the old values. Feedback from vapier at gentoo org and djm, ok djm.
12 - (djm) [configure.ac regress/agent-getpeereid.sh regress/multiplex.sh]
13 [regress/sftp-glob.sh regress/test-exec.sh] Rework how feature tests are
14 disabled on platforms that do not support them; add a "config_defined()"
15 shell function that greps for defines in config.h and use them to decide
16 on feature tests.
17 Convert a couple of existing grep's over config.h to use the new function
18 Add a define "FILESYSTEM_NO_BACKSLASH" for filesystem that can't represent
19 backslash characters in filenames, enable it for Cygwin and use it to turn
20 of tests for quotes backslashes in sftp-glob.sh.
21 based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@
12 22
1320110116 2320110116
14 - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based 24 - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based