diff options
author | Damien Miller <djm@mindrot.org> | 2013-10-09 09:33:08 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-10-09 09:33:08 +1100 |
commit | 67f1d557a68d6fa8966a327d7b6dee3408cf0e72 (patch) | |
tree | 102d7ec58e84f60beaa84c3a68f18ff74080288c /ChangeLog | |
parent | f2bf36c3eb4d969f85ec8aa342e9aecb61cc8bb1 (diff) |
correct incorrect years in datestamps; from des
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 | ||
768 | 20120323 | 768 | 20130323 |
769 | - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit. | 769 | - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit. |
770 | 770 | ||
771 | 20120322 | 771 | 20130322 |
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 | ||
779 | 20120318 | 779 | 20130318 |
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 | ||
784 | 20120317 | 784 | 20130317 |
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 | ||
788 | 20120316 | 788 | 20130316 |
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 | ||
798 | 20120312 | 798 | 20130312 |
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. |