summaryrefslogtreecommitdiff
path: root/doc/version.texi (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc/version.texi: UpdateArtyom V. Poptsov2016-05-031-2/+2
* NEWS: Bump version to 0.9.0•••* NEWS: Bump version to 0.9.0. * configure.ac, doc/version.texi: Likewise. v0.9.0Artyom V. Poptsov2015-12-241-2/+2
* doc/api-tunnels.texi: Add to the repository•••* doc/api-tunnels.texi: Add to the repository. * doc/api-channels.texi: Move tunnels description to 'api-tunnels.texi'. * doc/guile-ssh.texi, doc/version.texi: Update. * doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-tunnels.texi'. * NEWS: Update. Artyom V. Poptsov2015-12-201-1/+1
* doc/api-popen.texi: Add to the repository•••* doc/api-popen.texi: Add to the repository. * doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-popen.texi'. * doc/api-channels.texi: Move description of remote pipes to 'api-popen.texi'. * doc/guile-ssh.texi: Add reference to "Remote Pipes" node. * doc/version.texi: Update. Artyom V. Poptsov2015-12-061-2/+2
* api-messages.texi: Describe 'message-global-request-reply-success'•••* doc/api-messages.texi: Add a description of 'message-global-request-reply-success'. Update the description of 'message-reply-success'. * doc/version.texi: Update. Artyom V. Poptsov2015-11-191-2/+2
* TODO (Known Bugs): UpdateArtyom V. Poptsov2015-10-301-2/+2
* NEWS: Bump version to 0.8.0•••* NEWS: Bump version to 0.8.0. * configure.ac, doc/version.texi: Likewise. v0.8.0Artyom V. Poptsov2015-08-041-3/+3
* README (Requirements): Drop libssh 0.6.3•••* README (Requirements): Drop libssh 0.6.3. * doc/guile-ssh.texi: Update requirements. * doc/version.texi: Update. Artyom V. Poptsov2015-08-021-2/+2
* doc/guile-ssh.texi: Improve order of chapters•••* doc/guile-ssh.texi: Improve order of chapters. * doc/version.texi: Update. Artyom V. Poptsov2015-07-251-1/+1
* srfi: Move to 'modules'•••* srfi: Move to 'modules' directory. * Makefile.am (SUBDIRS): Add 'modules'. (EXTRA_DIST): Remove 'srfi'. * configure.ac (AC_CONFIG_FILES): Add 'modules/Makefile'. * doc/version.texi: Update. * modules/Makefile.am: Add to the repository. * tests/Makefile.am (AM_SCM_LOG_FLAGS): Search for modules in '$(top_srcdir)/modules'. Artyom V. Poptsov2015-07-251-2/+2
* doc/api-channels.texi: Add description of 'channel-cancel-forward'•••* doc/api-channels.texi: Add description of 'channel-cancel-forward'. * doc/version.texi: Update. Artyom V. Poptsov2015-06-131-2/+2
* NEWS: Bump version to 0.7.2•••* NEWS: Bump version to 0.7.2 * configure.ac, doc/version.texi: Likewise. v0.7.2Artyom V. Poptsov2015-02-241-3/+3
* README (Requirements): Require libssh 0.6.3 or 0.6.4•••* README (Requirements): Require libssh 0.6.3 or 0.6.4. * doc/guile-ssh.texi (Installation): Likewise. * doc/version.texi: Update. Artyom V. Poptsov2015-02-221-2/+2
* NEWS: Bump version to 0.7.1•••* NEWS: Bump version to 0.7.1. * configure.ac, doc/version.texi: Likewise. v0.7.1Artyom V. Poptsov2014-10-111-2/+2
* doc/guile-ssh.texi (Installation): Add note about GCrypt support•••* doc/guile-ssh.texi (Installation): Add note about GCrypt support in libssh. * doc/version.texi: Update. Artyom V. Poptsov2014-10-111-2/+2
* NEWS: Bump version to 0.7.0v0.7.0Artyom V. Poptsov2014-08-311-2/+2
* ssh/message.scm (message-get-session): New procedure•••* ssh/message.scm (message-get-session): New procedure. * ssh/message-func.c (guile_ssh_message_get_session): New procedure. * ssh/message-func.h: Likewise. * tests/server-client.scm ("message-get-session"): New TC. * doc/api-messages.texi (Message Handling): Add description of `message-get-session' * doc/version.texi: Update. * NEWS: Update. Artyom V. Poptsov2014-08-211-2/+2
* README: Require GNU Guile 2.0•••* README: Require GNU Guile 2.0. * doc/guile-ssh.texi (Installation): Likewise. * configure.ac: Remove checks related to GNU Guile 1.8. * Makefile.am, ssh/Makefile.am: Likewise. * doc/version.texi: Update. * NEWS: Update. Artyom Poptsov2014-07-201-1/+1
* ssh/log.scm (format-log): New procedure•••* ssh/log.scm (format-log): New procedure. * ssh/log.c: Add copyright information. (guile_ssh_write_log): New procedure. * doc/api-logging.texi (Logging): Add information about `format-log' procedure. Artyom Poptsov2014-07-021-2/+2
* ssh/log.scm: New module•••* doc/api-logging.texi: Add to the repository. * doc/guile-ssh.texi (API Reference): Add description of logging API. * doc/version.texi: Update. * doc/Makefile.am (guile_ssh_TEXINFOS): Add `api-logging.texi'. * ssh/log.c, ssh/log.h, ssh/log.scm: Add to the repository. * ssh/Makefile.am (libguile_ssh_la_SOURCES, BUILT_SOURCES) (SCM_SOURCES): Update. * ssh/auth.scm, ssh/channel.scm, ssh/key.scm, ssh/message.scm, ssh/server.scm, ssh/session.scm, ssh/version.scm: Use (ssh log). * tests/log.scm: New TS. * tests/Makefile.am (SCM_TESTS): Add `log.scm'. * NEWS: Update. Artyom Poptsov2014-06-281-1/+1
* doc/guile-ssh.texi: Improve the "Examples" chapter•••* doc/guile-ssh.texi: Add an overview of programming with Guile-SSH to the "Examples" chapter. * doc/examples.texi: Add to the repository. * doc/Makefile.am (guile_ssh_TEXINFOS): Add `examples.texi'. * doc/version.texi: Update. * NEWS: Update. Artyom Poptsov2014-06-201-2/+2
* NEWS: Bump version to 0.6.0•••* NEWS: Bump version to 0.6.0 * doc/version.texi: Likewise. * configure.ac: Likewise. Change URL of the project. v0.6.0Artyom Poptsov2014-03-231-2/+2
* ssh/auth.c: Remove username form parameter list of functions.•••* ssh/auth.c (guile_ssh_userauth_pubkey): Don't take a username as an parameter. All callers updated. (guile_ssh_userauth_password): Likewise. * examples/ssshd.scm.in (handle-req-auth): Update. * examples/echo/client.scm.in (main): Update. * tests/client-server.scm ("userauth-password!, success") ("userauth-password!, denied", "userauth-password!, partial") ("userauth-pubkey!, success"): Update TCs. * doc/api-auth.texi (Auth): Update documentation for `userauth-pubkey!' and `userauth-password!'. Add a general note about setting of a username. * doc/version.texi: Update. Artyom Poptsov2014-03-221-2/+2
* configure.ac, doc/version.texi, NEWS: Bump version to 0.5.0Artyom Poptsov2014-02-051-2/+2
* Update requirements.•••* doc/guile-ssh.texi (Installation): Require libssh 0.5.4 or 0.5.5. * README (Requirements): Update. * doc/version.texi: Update. Artyom Poptsov2014-02-021-1/+1
* README (Installation): Add information about running of self-tests.•••* README (Installation): Add information about running of self-tests. * doc/guile-ssh.texi (Installation): Likewise. * doc/version.texi: Update. Artyom Poptsov2014-02-011-2/+2
* doc/api-{sessions,servers}.texi: Improve documentation.•••* doc/api-sessions.texi (Sessions): Improve description of `session-set!' procedure. * doc/api-servers.texi (Servers): Improve description of `server-set!' procedure. * doc/version.texi: Update. Artyom Poptsov2014-01-281-1/+1
* Add documentation in Texinfo format.•••* configure.ac: Add `doc/Makefile' to `AC_CONFIG_FILES'. * Makefile.am (SUBDIRS): Add `doc' directory. * doc/Makefile.am: New file. * doc/api-auth.texi, doc/api-channels.texi, doc/api-keys.texi, doc/api-messages.texi, doc/api-servers.texi, doc/api-sessions.texi, doc/api-version.texi, doc/fdl.texi, doc/guile-ssh.texi, doc/indices.texi, doc/version.texi: New file. Artyom Poptsov2014-01-271-0/+4