perl-IO-Socket-INET6/perl-IO-Socket-INET6.changes

104 lines
3.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Jul 16 15:08:28 CEST 2010 - anicka@suse.cz
- update to 2.65
* Add a fix for t/io_multihomed6.t to make sure ok 3 will be
printed before ok 4
* Applied a modified patch to t/io_multihomed6.t to correct
the test on Fedora 10 and others
* Solved "problems with multihomed and family order"
-------------------------------------------------------------------
Thu Mar 25 17:41:26 CET 2010 - anicka@suse.cz
- update to 2.61
* Fix the inet_pton / inet_ntop import warnings
* Fix listening on :: or 0.0.0.0 - a random address instead of
the specified would be used. Added test listen_port_only.t
* Fixes to t/listen_port_only.t.
* Syntax change to adapt for older Perls
-------------------------------------------------------------------
Wed Jan 13 16:34:07 CET 2010 - anicka@suse.cz
- update to 2.57
* Applied a modified version of a patch by Matthew Horsfall
<wolfsage@gmail.com> in order to add t/blocking.t and deal
with the blocking sockets properly.
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Tue Aug 4 16:12:50 CEST 2009 - anicka@suse.cz
- add dependency to perl-Socket6 (bnc#523433)
-------------------------------------------------------------------
Tue Jun 16 14:18:42 CEST 2009 - coolo@novell.com
- skip online tests
-------------------------------------------------------------------
Thu Jan 15 13:15:33 CET 2009 - anicka@suse.cz
- do not ignore test results (bnc#466026)
-------------------------------------------------------------------
Fri Nov 28 16:18:35 CET 2008 - ro@suse.de
- ignore test suite results for the moment
(will not work without networking support in build environment)
-------------------------------------------------------------------
Mon Oct 6 20:33:05 CEST 2008 - anicka@suse.cz
- update to 2.56
* make sure both sides have the same family.
* Fixed problem with connect to IPv4 w/o given domain on FreeBSD6.1 (and
other BSD systems).
- remove -family patch (fixed upstream)
-------------------------------------------------------------------
Mon Oct 6 13:35:12 CEST 2008 - anicka@suse.cz
- do not try to bind when we have AF_INET6 one one side and
AF_INET on the other side and fix test failures (-family.diff)
-------------------------------------------------------------------
Mon Feb 25 14:18:08 CET 2008 - anicka@suse.cz
- update to 2.54
* Added pack_sockaddr_in6_all to the imports from Socket6 to fix
the "configure" sub in several cases. Added t/configure6.t to
test it.
-------------------------------------------------------------------
Thu Feb 21 11:21:59 CET 2008 - anicka@suse.cz
- update to 2.53
* Converted to Build.PL and placed INET6.pm under lib/.
* Added a "repository" URL to the POD.
* Added the pod.t and pod-coverage.t files and we now have full
POD coverage.
* Added "use warnings" to IO::Socket::INET6.
* bugfixes, test fixes
-------------------------------------------------------------------
Wed Jan 25 21:39:46 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Sep 28 22:13:19 CEST 2005 - dmueller@suse.de
- add norootforbuild
-------------------------------------------------------------------
Thu Sep 15 15:54:03 CEST 2005 - anicka@suse.cz
- package created