perl-Socket6/perl-Socket6.changes

58 lines
2.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Feb 8 12:34:10 UTC 2010 - coolo@novell.com
* update to version 0.23.
* Socket6.pm: Added @EXPORT_OK to export AF_INET6 and PF_INET6 if
requested. This allows the use of the Socke6 module without
having to perform the same conditional check that was added to
avoid conflicts with the Socket module default exports (i.e. use
Socket6 qw(AF_INET6 inet_pton inet_ntop); )
* Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling
constant(). This should not be required since errno was being set
to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to
be done or all constants reported unsupported.
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Wed Oct 29 17:10:39 CET 2008 - mls@suse.de
- update to Socket6-0.22, fixes bnc#426256
-------------------------------------------------------------------
Wed Jan 25 21:39:57 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Jul 29 14:48:32 CEST 2005 - mls@suse.de
- Update to Socket6-0.18
-------------------------------------------------------------------
Mon Aug 16 12:21:25 CEST 2004 - garloff@suse.de
- Update to Socket6-0.17:
* Build fixes Solaris and Win32.
* Minor bugfixes (compiler warnings, etc.).
-------------------------------------------------------------------
Mon Feb 16 22:43:44 CET 2004 - garloff@suse.de
- Update to Socket6-0.14.
-------------------------------------------------------------------
Fri Aug 22 15:44:42 CEST 2003 - mjancar@suse.cz
- require the perl version we build with
-------------------------------------------------------------------
Tue Jul 15 20:50:00 CEST 2003 - garloff@suse.de
- Initial creation of package.