Skip to content

Commit e803394

Browse files
committed
releasenotes
1 parent bdef9d0 commit e803394

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Change Log
33
**********
44

5+
**Pyro 5.9.2**
6+
7+
- fixed a silent error in the server when doing error handling (avoid calling getpeername() which may fail)
8+
this issue could cause a method call to not being executed in a certain specific scenario.
9+
(oneway call on MacOS when using unix domain sockets). Still, it's probably wise to upgrade as
10+
this was a regression since version 5.8.
11+
12+
513
**Pyro 5.9.1**
614

715
- fixed some circular import conflicts

0 commit comments

Comments
 (0)