summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..1a091c0
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,14 @@
+1.2
+ add more info/clarification to README for install.
+
+ rename .cloginrc.sample -> cloginrc.sample.
+
+ clogin patch (courtesy stephen stuart); does two things:
+
+ - adds a "-x" switch that takes lines from a file and does the same
+ thing as if you'd specified ;-separated commands with -c (newline
+ separates commands)
+
+ - does a subst on commands in run_commands so that expansion of
+ escapes is performed; e.g. you can say "copy rcp://blah slot0:\r" to
+ answer the question that comes after the copy command.