<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile/guile-ssh, branch v0.7.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/guile/guile-ssh/atom?h=v0.7.2</id>
<link rel='self' href='http://cgit.wugi.info/guile/guile-ssh/atom?h=v0.7.2'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/'/>
<updated>2015-02-24T19:17:10Z</updated>
<entry>
<title>NEWS: Bump version to 0.7.2</title>
<updated>2015-02-24T19:17:10Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-24T19:17:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=5e8595399fc04b05fe2bdacc2a070f35ae0fe044'/>
<id>urn:sha1:5e8595399fc04b05fe2bdacc2a070f35ae0fe044</id>
<content type='text'>
* NEWS: Bump version to 0.7.2
* configure.ac, doc/version.texi: Likewise.
</content>
</entry>
<entry>
<title>NEWS: Update</title>
<updated>2015-02-24T19:12:48Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-24T19:12:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=29ebfffd8d3fa45fab7affaa930111cffc307e1f'/>
<id>urn:sha1:29ebfffd8d3fa45fab7affaa930111cffc307e1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/guile-ssh.texi: Update copyright dates</title>
<updated>2015-02-24T19:03:44Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-24T19:03:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=a6023693212f1f8b8110b632f12146f466bc4c18'/>
<id>urn:sha1:a6023693212f1f8b8110b632f12146f466bc4c18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: Update copyright dates.  Cleanup.</title>
<updated>2015-02-24T18:57:24Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-24T18:57:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=f9fabf46ccc39439e4b24a5ebf5bea63caf91072'/>
<id>urn:sha1:f9fabf46ccc39439e4b24a5ebf5bea63caf91072</id>
<content type='text'>
* configure.ac: Update copyright dates.  Remove a trailing whitespace.
</content>
</entry>
<entry>
<title>NEWS: Update</title>
<updated>2015-02-24T18:43:47Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-24T18:43:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=2aac98f5d8dcc03289f5349a3db4e941cd68078b'/>
<id>urn:sha1:2aac98f5d8dcc03289f5349a3db4e941cd68078b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS: Update</title>
<updated>2015-02-24T02:59:17Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-24T02:59:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=6589e3df668a170d72f4e39da0b64a930b2bbff3'/>
<id>urn:sha1:6589e3df668a170d72f4e39da0b64a930b2bbff3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh/key-type.h: Add parent object to the key structure</title>
<updated>2015-02-24T02:21:01Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-24T02:21:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=1b58b930a027b518df9d64652db9067af25756d0'/>
<id>urn:sha1:1b58b930a027b518df9d64652db9067af25756d0</id>
<content type='text'>
* ssh/key-type.h: Add parent object to the key structure.
* ssh/key-type.c (mark_key_smob): Mark parent.
(free_key_smob): Free the key only if it does not have a parent.
(_scm_from_ssh_key): Accept a parent object as the 2nd argument.  All
callers updated.
* ssh/key-func.c (guile_ssh_string_to_public_key)
(guile_ssh_private_key_from_file)
(guile_ssh_public_key_from_private_key)
(guile_ssh_public_key_from_file, guile_ssh_make_keypair): Update.
* ssh/message-func.c (get_auth_req): Accept a SCM message as the 2nd
argument.  All callers updated.
(guile_ssh_message_get_req): Update.
</content>
</entry>
<entry>
<title>ssh/message-func.c (get_auth_req): Use `_scm_from_ssh_key'</title>
<updated>2015-02-24T01:56:42Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-24T01:56:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=419ca216dfe1ccf8af642556337c098305886de7'/>
<id>urn:sha1:419ca216dfe1ccf8af642556337c098305886de7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS: Update</title>
<updated>2015-02-22T16:55:31Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-22T16:55:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=e5d681450e739ba1a7aa1e527279822c0339cbee'/>
<id>urn:sha1:e5d681450e739ba1a7aa1e527279822c0339cbee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/echo/server.scm.in: Update copyright dates</title>
<updated>2015-02-22T16:51:52Z</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2015-02-22T16:51:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-ssh/commit/?id=2f6b86187ff29978b401a97d4fa9eeb9cb7d48fa'/>
<id>urn:sha1:2f6b86187ff29978b401a97d4fa9eeb9cb7d48fa</id>
<content type='text'>
</content>
</entry>
</feed>
