aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2016-03-01 11:27:06 +0700
committerRob Savoye <rob@welcomehome.org>2016-03-01 11:27:06 +0700
commit5041d9d008bcb390daaa375e86b334b4c5b9f709 (patch)
tree30f202ebddbc222b0d19f1aa100b0f9a4575491c
parentafbf7403d6d778f45fc2dc1b91374ce1cc306b32 (diff)
Move entry to correct location by date
-rw-r--r--ChangeLog24
1 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index ffd77f4..c416a6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,3 @@
-2015-08-05 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
-
- * The current workaround for ControlMaster keeping ssh process
- alive is causing "ssh $target rm -f" to be executed AFTER
- following "scp" command, thus creating an illusion of scp never
- happenning. Since we are now using ControlPersist (which creates
- master connection as a stand-alone process) the workaround is no
- longer necessary.
-
- Since we (Linaro TCWG) use ssh, this patch just removes "ssh rm
- -f", since scp will overwrite the file, if one is present.
-
2015-12-20 Ben Elliston <bje@gnu.org>
* doc/dejagnu.xml: Begin overhauling.
@@ -85,6 +73,18 @@
* baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
+2015-08-05 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
+
+ * The current workaround for ControlMaster keeping ssh process
+ alive is causing "ssh $target rm -f" to be executed AFTER
+ following "scp" command, thus creating an illusion of scp never
+ happenning. Since we are now using ControlPersist (which creates
+ master connection as a stand-alone process) the workaround is no
+ longer necessary.
+
+ Since we (Linaro TCWG) use ssh, this patch just removes "ssh rm
+ -f", since scp will overwrite the file, if one is present.
+
2015-07-30 Pedro Alves <palves@redhat.com>
* lib/remote.exp (close_wait_program): New procedure.