Skip to content

Commit

Permalink
releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Apr 20, 2020
1 parent bdef9d0 commit e803394
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change Log
**********

**Pyro 5.9.2**

- fixed a silent error in the server when doing error handling (avoid calling getpeername() which may fail)
this issue could cause a method call to not being executed in a certain specific scenario.
(oneway call on MacOS when using unix domain sockets). Still, it's probably wise to upgrade as
this was a regression since version 5.8.


**Pyro 5.9.1**

- fixed some circular import conflicts
Expand Down

0 comments on commit e803394

Please sign in to comment.