unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile-SSH 0.4.0 released
@ 2013-11-26 20:08 Artyom Poptsov
  0 siblings, 0 replies; only message in thread
From: Artyom Poptsov @ 2013-11-26 20:08 UTC (permalink / raw)
  To: Guile Users' Mailing List

Hello all,

I'm pleased to announce Guile-SSH 0.4.0.  The new version is notable
because of basic implementation of SSH server API and support of GNU
Guile 2.0:
  https://github.com/artyom-poptsov/libguile-ssh/releases/tag/v0.4.0

Please find instructions for building and installation of the library
here:
  https://github.com/artyom-poptsov/libguile-ssh/wiki/Building-and-installation

Also there are examples of Scheme programs that are using Guile-SSH API
-- you can find them in the `examples/' directory in the distribution.

The library is tested on the following GNU/Linux distributions: Gentoo
(Base System release 2.2), Debian 7.2 (wheezy), Ubuntu 10.04 LTS.

Here is the list of changes since version 0.3.1 (excerpt from the NEWS
file):


** Port the library to GNU Guile version 2.0
   Now the library works with GNU Guile version 2.0 as well as 1.8.

** Remove "ssh:" prefix from procedures names.
   If it is needed, an user's prefix can be added by setting a renamer
   for a module on loading.  See the documentation for the GNU Guile
   module system.

** Implement basic SSH server API.

** Fix a memory corruption in `channel-read'
   The problem was seen on reading of an output from "lsb_release -a"
   command.

** Fix a memory corruption during GC'ing of SSH keys.

** Fix a bug in `session-set!'
   Fix the bug that leads to an error if the user tried to set a
   correct boolean option.

** New `channel-write' procedure.

** New `channel-request-pty' procedure.

** New `channel-request-shell' procedure.

** New `channel-set-pty-size!' procedure.

** Fix the name of `write-known-host!'
   The procedure was called `authenticate-server' by mistake.  Rename
   it to `write-known-host!'.

** Change error handling in some procedures.
   Now `write-known-host!', `channel-open-session',
   `channel-request-exec', `channel-request-env', `close-channel!',
   throw an exception on error.  The return value of these procedures
   now is undefined.

** `authenticate-server' now throws guile-ssh-error exception on error.
   Don't return the 'error symbol, throw an exception instead.

** `server-set!' now throws guile-ssh-error exception on error.
   The return value now is undefined.

** Rename `make-session' to `%make-session'.
   See `make-session' below.

** New `make-session' procedure.
   This is a convenient wrapper for `%make-session' which allows to
   set session options by passing them as keywords.

** Rename `connect' to `connect!'.
   
** Fix a typo in an option symbol
   'strcthostkeycheck -> 'stricthostkeycheck

** Fix an infinite loop in `public-key->string'.
   The problem was observed on Ubuntu GNU/Linux 10.04 LTS.

** Add examples to the repository.
   See the "examples/" directory.

** Improve printing of SSH keys, channels and messages.
   Examples: #<public rsa key>, #<open ssh channel>


Thanks.

- Artyom

-- 
Artyom Poptsov
WEB: http://www.poptsov-artyom.narod.ru/ JID: avp@xmpp.ru
Nizhny Novgorod Linux Users Group (NNLUG): http://www.nnlug.ru/



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-26 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 20:08 Guile-SSH 0.4.0 released Artyom Poptsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).