- updated to 1.18

* bugfix: store peep chain link reliably under threads
 
   * update tests for Perl 5.19.4's removal of the special treatment of
     aliased undef in arrays
 
   * in doc, switch to consistent use of British English spellings
 
   * doc typo fix
 
 version 1.17; 2013-08-04
 
   * bugfix: correct the dtrace-related macro squashing for Perls prior
     to 5.13.8, where the macros had the wrong number of parameters and
     prevented compilation
 
   * bugfix: use core's PL_no_localize_ref string constant as data string
     rather than format string
 
   * update to handle the new padrange op type in Perl 5.17.6
 
   * update to handle the new op allocation mechanism in Perl 5.17.2
 
   * clarify and expand documentation around list-like assignments
 
   * clarify documentation of deref() regarding lvalueness
 
   * remove the bulk of the documentation from the README file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Alias?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2014-11-23 11:40:37 +00:00
committed by Git OBS Bridge
parent 14fbf845aa
commit c7df4b51c2
4 changed files with 41 additions and 10 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Nov 23 11:29:22 UTC 2014 - coolo@suse.com
- updated to 1.18
* bugfix: store peep chain link reliably under threads
* update tests for Perl 5.19.4's removal of the special treatment of
aliased undef in arrays
* in doc, switch to consistent use of British English spellings
* doc typo fix
version 1.17; 2013-08-04
* bugfix: correct the dtrace-related macro squashing for Perls prior
to 5.13.8, where the macros had the wrong number of parameters and
prevented compilation
* bugfix: use core's PL_no_localize_ref string constant as data string
rather than format string
* update to handle the new padrange op type in Perl 5.17.6
* update to handle the new op allocation mechanism in Perl 5.17.2
* clarify and expand documentation around list-like assignments
* clarify documentation of deref() regarding lvalueness
* remove the bulk of the documentation from the README file
-------------------------------------------------------------------
Tue Nov 29 20:30:24 UTC 2011 - coolo@suse.com