Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sjrpc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Mirror
sjrpc
Commits
8d93a63f
Commit
8d93a63f
authored
Feb 02, 2011
by
Antoine Millet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Released version 9.
parent
8bbae06a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
debian/changelog
debian/changelog
+9
-0
sjrpc/__init__.py
sjrpc/__init__.py
+1
-1
No files found.
debian/changelog
View file @
8d93a63f
sjrpc (9) unstable; urgency=low
* Fixed the uuid bug
* Fixed a lot of bugs (disconnection, HUP, shutdown)
* Added feature to embed data on asynchronous calls
* Added timeout feature on (remote) call method
-- Antoine Millet <antoine.millet@smartjog.com> Wed, 02 Feb 2011 11:43:07 +0100
sjrpc (8) unstable; urgency=low
* Added a shutdown_client method on SimpleRpcServer manager to disconnect a
...
...
sjrpc/__init__.py
View file @
8d93a63f
...
...
@@ -21,4 +21,4 @@ import sjrpc.server
import
sjrpc.client
import
sjrpc.utils
__version__
=
8
__version__
=
9
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment