summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c7a7146fd..0d8152f00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -765,10 +765,10 @@
765 to avoid conflicting definitions of __int64, adding the required bits. 765 to avoid conflicting definitions of __int64, adding the required bits.
766 Patch from Corinna Vinschen. 766 Patch from Corinna Vinschen.
767 767
76820120323 76820130323
769 - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit. 769 - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
770 770
77120120322 77120130322
772 - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil 772 - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
773 Hands' greatly revised version. 773 Hands' greatly revised version.
774 - (djm) Release 6.2p1 774 - (djm) Release 6.2p1
@@ -776,16 +776,16 @@
776 - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before 776 - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before
777 defining it again. Prevents warnings if someone, eg, sets it in CFLAGS. 777 defining it again. Prevents warnings if someone, eg, sets it in CFLAGS.
778 778
77920120318 77920130318
780 - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c] 780 - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c]
781 [openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's 781 [openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's
782 so mark it as broken. Patch from des AT des.no 782 so mark it as broken. Patch from des AT des.no
783 783
78420120317 78420130317
785 - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none 785 - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none
786 of the bits the configure test looks for. 786 of the bits the configure test looks for.
787 787
78820120316 78820130316
789 - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform 789 - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform
790 is unable to successfully compile them. Based on patch from des AT 790 is unable to successfully compile them. Based on patch from des AT
791 des.no 791 des.no
@@ -795,7 +795,7 @@
795 occur after UID switch; patch from John Marshall via des AT des.no; 795 occur after UID switch; patch from John Marshall via des AT des.no;
796 ok dtucker@ 796 ok dtucker@
797 797
79820120312 79820130312
799 - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh] 799 - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh]
800 Improve portability of cipher-speed test, based mostly on a patch from 800 Improve portability of cipher-speed test, based mostly on a patch from
801 Iain Morgan. 801 Iain Morgan.