summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-06 22:40:30 +1100
committerDamien Miller <djm@mindrot.org>2011-01-06 22:40:30 +1100
commitf12114366b4ffcd34e3a638dd187f29ac03fbdbd (patch)
tree56fffcf6943140aa7fde6c54c5021e873aa19c25 /ChangeLog
parent30a69e7bba0161eabb678b9902fbd04e7495d86e (diff)
- markus@cvs.openbsd.org 2010/12/08 22:46:03
[scp.1 scp.c] add a new -3 option to scp: Copies between two remote hosts are transferred through the local host. Without this option the data is copied directly between the two remote hosts. ok djm@ (bugzilla #1837)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 135ad48fa..aa98f9906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
120110106
2 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2010/12/08 22:46:03
4 [scp.1 scp.c]
5 add a new -3 option to scp: Copies between two remote hosts are
6 transferred through the local host. Without this option the data
7 is copied directly between the two remote hosts. ok djm@ (bugzilla #1837)
8
120110104 920110104
2 - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage 10 - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage
3 formatter if it is present, followed by nroff and groff respectively. 11 formatter if it is present, followed by nroff and groff respectively.