Files
perl-Event-RPC/perl-Event-RPC.changes
Oliver Kurz 77b340a5c5 Accepting request 1291904 from devel:languages:perl:autoupdate
- updated to 1.110.0 (1.11)
   see /usr/share/doc/packages/perl-Event-RPC/Changes
  1.11 Wed Jun 25, 2025, joern
      Features:
      - Add support for listening and connecting through
        a Unix Domain socket by specifying "unix/" as
        'host' and the socket filename as 'port'.

OBS-URL: https://build.opensuse.org/request/show/1291904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Event-RPC?expand=0&rev=13
2025-07-11 10:19:42 +00:00

137 lines
4.4 KiB
Plaintext

-------------------------------------------------------------------
Wed Jul 9 05:38:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.110.0 (1.11)
see /usr/share/doc/packages/perl-Event-RPC/Changes
1.11 Wed Jun 25, 2025, joern
Features:
- Add support for listening and connecting through
a Unix Domain socket by specifying "unix/" as
'host' and the socket filename as 'port'.
-------------------------------------------------------------------
Fri Jun 29 05:21:20 UTC 2018 - coolo@suse.com
- updated to 1.10
see /usr/share/doc/packages/perl-Event-RPC/Changes
1.10 Wed Jun 27, 2018, joern
Bugfixes:
- Test suite failed on newer Perl versions which
do not have . in @INC anymore.
-------------------------------------------------------------------
Tue Jun 26 05:22:38 UTC 2018 - coolo@suse.com
- updated to 1.09
see /usr/share/doc/packages/perl-Event-RPC/Changes
1.09 Mon Jun 25, 2018, joern
Features:
- Event::RPC::Server->prepare() to support having
control over the Event loop yourself.
Bugfixes:
- SSL tests failed due to expired CA certificate.
Just created new certificates with 30 year
expiration and put a gen.sh script inside to
easily generate new certificates after that
period ;)
- Removed unused code. Thanks for the hint to
ppisar AT redhat.com.
-------------------------------------------------------------------
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)