summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-01 15:24:12 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-01 15:24:12 +0300
commit1673d06dff3678aa88af9dd2d28931274a8de4b2 (patch)
treea5bb3a1484cf33f659d667563efd8e955828a017 /NEWS
parentNEWS: Update (diff)
downloadguile-ssh-1673d06dff3678aa88af9dd2d28931274a8de4b2.tar.gz
session.scm: Implement SSH config parsing
* modules/ssh/session.scm (make-session): Accept 'config' option. (session-parse-config!): New procedure. * libguile-ssh/session-func.c (gssh_session_parse_config): New procedure. * tests/common.scm (%config): Export the new global symbol. * doc/api-sessions.texi: Update. * tests/config: Add to the repository. * tests/session.scm ("session-parse-config!"): New test case. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ad6923c..0f38913 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,10 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
** New procedures
*** New procedure 'node-server-running?' in (ssh dist node)
*** New procedure 'node-run-server' in (ssh dist node)
+*** New procedure 'session-parse-config!' in (ssh session)
+** 'make-session' now takes 'config' option
+ that allows to specify whether the SSH config should be parsed or not, and
+ optionally the path to the config.
** Unit tests
*** Expand the test suite for distributed forms
*** Expand the test suite for tunnels