summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2013-06-02 14:05:48 -0700
committerTim Rice <tim@multitalents.net>2013-06-02 14:05:48 -0700
commit5ab9b63468100757479534edeb53f788a61fe08b (patch)
treed04310ded37296b40bc9df4a1993cab7819ca912 /ChangeLog
parent898ac935e56a7ac5d8b686c590fdb8b7aca27e59 (diff)
- (tim) [configure.ac regress/Makefile] With rev 1.47 of test-exec.sh we
need a shell that can handle "[ file1 -nt file2 ]". Rather than keep dealing with shell portability issues in regression tests, we let configure find us a capable shell on those platforms with an old /bin/sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 329560a68..ccbb790b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
12 to prevent noise from configure. Patch from Nathan Osman. (bz#2114). 12 to prevent noise from configure. Patch from Nathan Osman. (bz#2114).
13 - (dtucker) [configure.ac] bz#2111: don't try to use lastlog on Android. 13 - (dtucker) [configure.ac] bz#2111: don't try to use lastlog on Android.
14 Patch from Nathan Osman. 14 Patch from Nathan Osman.
15 - (tim) [configure.ac regress/Makefile] With rev 1.47 of test-exec.sh we
16 need a shell that can handle "[ file1 -nt file2 ]". Rather than keep
17 dealing with shell portability issues in regression tests, we let
18 configure find us a capable shell on those platforms with an old /bin/sh.
15 19
1620130601 2020130601
17 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] bz#2112: fall back to 21 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] bz#2112: fall back to