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 ea484cc commit 92572c3
Show file tree
Hide file tree
Showing 3 changed files with 15 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.
6 changes: 6 additions & 0 deletions docs/changelog-fragments/576.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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 92572c3

Please sign in to comment.