In perl.git, the annotated tag v5.13.0 has been created

<http://perl5.git.perl.org/perl.git/commitdiff/374120f0872efcf1842c376db4d306541374295b?hp=0000000000000000000000000000000000000000>

        at  374120f0872efcf1842c376db4d306541374295b (tag)
   tagging  a4ef29484100fcd961129071b2ca69064250b195 (commit)
  replaces  v5.12.0
 tagged by  Leon Brocard
        on  Tue Apr 20 20:03:23 2010 +0100

- Log -----------------------------------------------------------------
First release of the v5.13 series!

Alex Vandiver (1):
      Also guess $ENV{EMAIL}, if present, as the originating address

Chris Williams (2):
      Fix the abstract in Module::CoreList's META.yml
      Changes to CPANPLUS and CPANPLUS::Dist::Build tests

Craig A. Berry (2):
      Clarify HAS_PRCTL_SET_NAME definition in Porting/Glossary.
      Allow extension building on older (pre 7.3-2) VMS systems.

David Golden (1):
      revert "revert perl -h changes"

David Mitchell (17):
      [perl #6758] tainted values become untainted in tied hashes
      [perl #45167] Taint removal by sprintf
      [perl #73626] get magic wasn't called on 3rd arg of open
      Fix assorted bugs related to magic (such as pos) not "sticking" to
      RT #67962: $1 treated as tainted in untainted match
      PL_defoutgv isn't always a GV.
      improve -Dl debugging output
      more mods to -Dl debugging output
      fix RT 23810: eval and tied methods
      create SV leak test infrastructure
      RT 8857: premature free in local of tied element
      remove 'enable taint if modify gid/uid' feature
      Merge commit 'origin/davem/post-5.12' into blead
      fix minor casting issue
      add step to update RT version numbers in release_managers_guide
      use cBOOL for bool casts
      mark two magic.t tests as TODO

Eric Brine (2):
      Add TODO test for RT#72016
      open3 errors in child croak parent RT#72016

Father Chrysostomos (1):
      [perl #73712] ‘Variable is not imported’ cannot be suppressed

Florian Ragwitz (2):
      Remove 'delete &function' from perltodo.
      Fix a minor perl5114delta error.

Frank Wiegand (1):
      fix a2p example

Gisle Aas (7):
      Avoid "Use of uninitialized value $base" for the CPANPLUS .hidden file
      Passing regexp vars as argument is unsafe
      Escape patch strings before embedding them in patchlevel.h
      Update to MIME-Base64 3.09
      Documentation tweaks to Text::Tabs
      Let the cmdVERSION usage message expand $0
      Revert "Documentation tweaks to Text::Tabs"

H.Merijn Brand (9):
      Allow -Duse64bitint without promoting to use64bitall on HP-UX
      Note how to deal with broken dbm.h on OpenSUSE
      Probe for prctl () and check id PR_SET_NAME is supported
      Add d_prctl* for all other OS's
      Merge branches 'blead' and 'blead' of perl5.git.perl.org:/gitroot/perl 
into blead
      Merge branches 'blead' and 'blead' of perl5.git.perl.org:/gitroot/perl 
into blead
      Between parens is the unit name
      Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into blead
      [5.12] Allow build on aix 4.2 (sigaction and IPv6)

Hugo van der Sanden (1):
      Avoid redundant reload of PL_op in the runloop.

Jesse Vincent (6):
      Create a perl5130delta.pod
      Bump to 5.13.0
      feature.pm now knows about 5.13
      Add the 5.13 deprecation stanza to Module::Corelist to make tests happy
      Revert "Revert "* Fixed typo in toke.c docs, identified by Zefram""
      Add the new maint policy to perlpolicy.pod

Josh ben Jore (3):
      Detabify perldtrace.d
      Re-flow some errantly formatted pod
      Add emacs/vim hints

Karl Williamson (1):
      PATCH: [perl #72998] regex looping

Leon Brocard (9):
      Bump version number EU::MM is "first-come" so we have forked it
      Bump version due to 255fdf19250671082618dae106a246f12379dbe6
      Bump version due to d97c33b505dd45c052a8bf42014917701b4502a5
      Bump version number EU::MM is "first-come" so we have forked it
      Spaces not tabs
      Add another alias for Robin Barker
      Update Module::CoreList for 5.13.0
      Update to final content for release
      Add 5.13.0 to perlhist

Michael G Schwern (1):
      [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z

Michael G. Schwern (1):
      Fix Data::Dumper's Fix Terse(1) + Indent(2)

Nga Tang Chan (1):
      [perl #73560] [PATCH] Fix typos in Pod::Functions

Nicholas Clark (9):
      Move PERL_ASYNC_CHECK() from the runloop to control flow OPs.
      Fix code before statement error introduced by f410a2119920dd04.
      In S_usage(), restructure the storage of the help message into fewer 
literals.
      In  Perl_get_debug_opts(), restructure the message into fewer string 
literals.
      Fix RT #74290 - regression for labels immediately before string evals.
      Dispatch signals in infinite loops such as 1 while 1;
      Note the revised signal dispatch and performance gain in 
perl5130delta.pod.
      Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill case of Perl_apply().
      Possible undefined behaviour, spotted by gcc 4.5.0 and HP's updated 
compiler.

Niko Tyni (1):
      Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installed

Rafael Garcia-Suarez (11):
      Ignore Devel/DProf test files in the git repository
      when(scalar) without argument should be a syntax error [perl #74114]
      [perl #74198] Typo in perlop(1)
      Fix test comment (noticed by Alex Vandiver)
      Reintroduce a lot of missing modules into perlmodlib.pod
      Upgrade to CGI.pm 3.49
      [perl #74372] := warning not in perldiag
      Bump $VERSION of IPC::Open3 to 1.06
      Add new Data::Dumper test file to MANIFEST
      Typo fix in version number alias 5.013
      Don't show aliased perl version numbers twice in corelist -a output

Ricardo Signes (1):
      clarification of multi-bracket format

Robin Barker (1):
      Make abstract_from more robust

Slaven Rezic (1):
      * eliminated OP_SETSTATE also in comments

Steffen Mueller (8):
      Upgrade dist/threads to 1.77 from CPAN
      Upgrade to threads-shared-1.33
      Bump threads version to 1.77_01
      Upgrade Data::Dumper to 2.126 CPAN release
      EU::MakeMaker shouldn't warn about prereqs in core
      Do not clobber %ENV in EU::MM test
      Bring Porting/Maintainers in sync with reality regarding Scalar-List-Utils
      Module::Pluggable has upstream => cpan

Zefram (2):
      [perl #74006] 5.12.0-RC stuffing bug
      [perl #74038] c2ph (and pstruct) use the deprecated 'getopts.pl' library

chromatic (1):
      Replace mention of Switch.pm with given/when

Ævar Arnfjörð Bjarmason (7):
      When your bisect starts to go into perl-5.9.* territory `make -j4'
      Before 96a8704c makedepend.SH used shell quote syntax that modern
      Simplify the perldelta howto by using Git features
      Set the legacy process name with prctl() on assignment to $0 on Linux
      Point submitters to perl...@perl.org, not perl5-port...@perl.org
      Add =head2 to the perldelta change in da76b8593e
      Document prctl() via $0 assignment (7636ea95c5) in perldelta

-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to