Skip to content

Commit

Permalink
Add changelog fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Feb 2, 2024
1 parent f107777 commit 687a08f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changelog-fragments/576.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pylibssh no longer crashes when received EOF or when channel is not explicitly
closed -- by :user:`pbrezina`

Previously, pylibssh crashed if channel.recv was called and libssh returned
SSH_EOF error. It also crashed on some special occasions where channel was not
explicitly closed and the session object was garbage-collected first.
3 changes: 3 additions & 0 deletions docs/changelog-fragments/576.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fixed example for exec_command -- by :user:`pbrezina`

The example now contains correct method code and is fully functional.
4 changes: 4 additions & 0 deletions docs/changelog-fragments/576.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Published call to request_exec and other low level API -- by :user:`pbrezina`

The following calls to libssh are now available: request_exec, send_eof, is_eof,
request_send_signal.

0 comments on commit 687a08f

Please sign in to comment.