8
0
forked from pool/perl-AnyEvent

- updated to 7.02

- AnyEvent::Util::run_cmd could block indefinitely (analyzed and test
     program by Yorhel).
   - verified that AnyEvent::Socket follows RFC5952.
   - try to parse "ADDR#PORT" in addition to "ADDR PORT".

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=41
This commit is contained in:
Stephan Kulow
2012-09-04 13:01:44 +00:00
committed by Git OBS Bridge
parent 36371dbb70
commit 3ddb3ac2f5
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 4 13:00:21 UTC 2012 - coolo@suse.com
- updated to 7.02
- AnyEvent::Util::run_cmd could block indefinitely (analyzed and test
program by Yorhel).
- verified that AnyEvent::Socket follows RFC5952.
- try to parse "ADDR#PORT" in addition to "ADDR PORT".
-------------------------------------------------------------------
Wed May 30 07:48:20 UTC 2012 - coolo@suse.com