Files
perl-Event-RPC/perl-Event-RPC.changes

94 lines
3.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Jun 24 05:46:29 UTC 2016 - coolo@suse.com
- updated to 1.08
see /usr/share/doc/packages/perl-Event-RPC/Changes
1.08 Sun Sep 26, 2015, joern
Notes:
- Just a stable release without changes. I thought
CPAN testers would pick up developer releases
too, but was wrong ;)
1.08_01 Sat Sep 26, 2015, joern
Features:
- Support for multiple serialisers: Sereal, CBOR::XS,
JSON::XS and Storable. That's because Storable is
known to be insecure, so this module should not
rely on it.
Great care has been taken to make these changes
up- and downwards compatible, so old clients still
can connect to new servers and vice versa.
Check documentation chapters MESSAGE FORMAT OPTIONS
in Event::RPC, Event::RPC::Server and Event::RPC::Client
manpages for details.
Thanks to mala <mala AT ma.la> for his hint about the
security issues of Storable. You find more details in
this article:
http://www.masteringperl.org/2012/12/the-storable-security-problem/
Bugfixes:
- Proper handling of exceptions which occur at the
server before a remote method is really executed,
e.g. when lookup of the class failed due to
incorrect @INC path.
- Fixed encoding of source files and corrected
the year of all Copyright notices.
-------------------------------------------------------------------
Tue Sep 22 09:01:40 UTC 2015 - coolo@suse.com
- updated to 1.07
see /usr/share/doc/packages/perl-Event-RPC/Changes
1.07 Mon Sep 21, 2015, joern
Features:
- New method return type '_singleton'. Objects
created this way are never destroyed on the
server.
-------------------------------------------------------------------
Sun Sep 20 15:52:32 UTC 2015 - coolo@suse.com
- updated to 1.06
see /usr/share/doc/packages/perl-Event-RPC/Changes
-------------------------------------------------------------------
Tue Apr 14 19:44:54 UTC 2015 - coolo@suse.com
- updated to 1.05
see /usr/share/doc/packages/perl-Event-RPC/Changes
-------------------------------------------------------------------
Sat Jul 27 09:13:14 UTC 2013 - coolo@suse.com
- updated to 1.03
Features:
- Added options 'ssl_ca_file and 'ssl_ca_path' options
to Event::RPC::Client, which enable SSL peer verifcation
on the client. Thanks for the report about a security
warning of IO::Socket::SSL to Moritz Bunkus.
Features:
- Added AnyEvent mainloop implementation.
-------------------------------------------------------------------
Wed Dec 1 13:32:15 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:29:53 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Sun Aug 22 20:09:30 UTC 2010 - pascal.bleser@opensuse.org
- initial package (1.01)