Changelog for
perl-Event-RPC-1.08-4.1.noarch.rpm :
Fri Jun 24 14:00:00 2016 cooloAATTsuse.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
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 AATTINC path.
- Fixed encoding of source files and corrected
the year of all Copyright notices.
Tue Sep 22 14:00:00 2015 cooloAATTsuse.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 14:00:00 2015 cooloAATTsuse.com
- updated to 1.06
see /usr/share/doc/packages/perl-Event-RPC/Changes
Tue Apr 14 14:00:00 2015 cooloAATTsuse.com
- updated to 1.05
see /usr/share/doc/packages/perl-Event-RPC/Changes
Sat Jul 27 14:00:00 2013 cooloAATTsuse.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:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Sun Aug 22 14:00:00 2010 pascal.bleserAATTopensuse.org
- initial package (1.01)