Skip to content

Commit

Permalink
NEWS: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-poptsov committed Nov 7, 2024
1 parent 5bf1744 commit 5bb86b7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,28 @@ read. This is by default to keep the backward compatibility.

Reported by graywolf in
<https://github.com/artyom-poptsov/guile-ssh/issues/38>

** session-func.c: Fix compile error caused by bool identifier :BUGFIX:
Fix a compilation error caused by the confusion of a variable name with
boolean type name.

Reported and fixed by Peter Tillemans <pti@snamellit.com> in
<https://github.com/artyom-poptsov/guile-ssh/pull/43>
** Documentation
*** doc/api-popen.texi: Improve description; update examples
*** doc/api-dist.texi: Fix the description of "make-node"
*** doc/api-sessions.texi: Update and improve
** Tests
*** tests/session.scm: Bugfix :BUGFIX:
Set "host" to "example" so the default configuration from the test config will
be read.
*** tests/server.scm ("make-server", "server-get"): Bugfix :BUGFIX:
Don't try to use DSA key when it is disabled.
*** tests/common.scm: Don't use DSA keys when DSA is not supported :BUGFIX:
*** tests/session: Expand "#:config" test suite
** Examples
*** examples/ssshd.scm.in (main): Bugfix: Handle deprecation of DSA :BUGFIX:
*** tests/key.scm: Bugfix: Handle DSA deprecation properly :BUGFIX:
** New simplified version of the project logo
Thanks to Darya Sev. <sdarsy@ya.ru> for very helpful design advices for the
new simplified version of the project logo.
Expand Down

0 comments on commit 5bb86b7

Please sign in to comment.