In perl.git, the annotated tag v5.22.2-RC1 has been created

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

        at  e12469fc3f8e3188e74b6f4739f042d10ed4adf3 (tag)
   tagging  1b027307a936ccbc52a7291729dae1c16f10576a (commit)
  replaces  v5.22.1
 tagged by  Steve Hay
        on  Sun Apr 10 14:15:57 2016 +0100

- Log -----------------------------------------------------------------
Perl 5.22.2-RC1

Aaron Crane (1):
      Remove unwarranted assertion in Perl_newATTRSUB_x()

Abigail (10):
      The public_html directory on dromedary is working again.
      Mention (relative) path to Module::CoreList's Changes file.
      Point out that at some stage, porting tests will fail.
      Suggest having the previous release ready.
      Add new release to perlhist
      Epigraph for 5.23.9.
      Bump the perl version in Module::CoreList for 5.23.6
      Update Module::CoreList for 5.23.9
      perldelta for various 5.23.5 changes
      perldelta for various 5.23.9 changes

Andreas Koenig (1):
      Remove nm from libswanted

Aristotle Pagaltzis (3):
      perlfunc: specify valid inputs precisely [perl #126437]
      improve perldiag implicit close text further
      improve perldiag implicit close text still further

Chris 'BinGOs' Williams (2):
      Fix Module-CoreList version in Changes file
      [perl #127624] corelist: wrong Digest::SHA version in 5.18.4

Craig A. Berry (1):
      VMS patch for duplicate env entries

Dagfinn Ilmari Mannsåker (2):
      Fix use of == to compare strings in perlref.pod
      Enforce strict 'subs' in multideref optimisation

David Golden (7):
      Update release manager's guide
      add new release to perlhist
      Updated Porting/epigraphs.pod for v5.23.6
      Add alternate email address for dagolden to checkAUTHORS.pl
      Update Module::CoreList from 5.23.6
      Bump the perl version in Module::CoreList for 5.23.7
      perldelta for a 5.23.6 change

David Mitchell (6):
      op_free(): don't assert op_private ok when erred
      assertion failure on foo(my $x : bar)
      fix the API description of SvLEN_set()
      RT #127786: assertion failure with eval in DB pkg.
      stop lc() etc accidentally modifying in-place.
      improve perldiag implicit close text

H.Merijn Brand (1):
      Updated outdated link to smoke reports for HP-UX

James E Keenan (1):
      Add 's' and 'S' to list of ANSI C portable filename characters.

Jarkko Hietaniemi (11):
      hexfp: if HEXFP_NV the shift2 is unused
      [perl #127183] Non-canonical hexadecimal floats are parsed prematurely
      Configure: cannot trust the bytes after the 80-bit fp
      Configure: mixed-endian double-doubles
      Move the zeroing back before the dladdr() call.
      hexfp: all ppc/powerpc-ld linux tailbits difference in exp(1)
      [perl #127764] Perl with '-Dusecbacktrace' doesn't compile on darwin
      Configure: gcc 5 exists.
      Backport of a4570f51dba109184d92dcbb0612242d942856fc
      perldelta for 3118d7d (ppc64el fp)
      Fix op precedence problem

Karen Etheridge (1):
      RMG: fix typo, clarify instructions a bit

Karl Williamson (5):
      PATCH: [perl #126141]: qr/]]]]][\\/ fails to raise error
      Add test for [perl #126405]
      PATCH: [perl 127537] /\W/ regression with UTF-8
      Fix various pod errors.
      perldelta for ac33c51

Matthew Horsfall (3):
      Fix perldoc -f sleep to use $SIG{ALRM} instead of $SIG{ALARM}.
      List perl.develop-help.com in the RMG regarding smoke reports.
      Get -Accflags=-DPERL_MEM_LOG compiling again

Niko Tyni (1):
      Fix umask for mkstemp(3) calls

Ricardo Signes (4):
      bump version of PathTools for taint issue
      bump version of XS::APItest
      perldelta: two CVE notices
      perldelta for fix in e1ccd22

Sawyer X (8):
      Remove outdated task in release:
      add new release to perlhist
      add 5.23.8 epigraph
      update Module::CoreList (Porting/corelist.pl)
      update Module::CoreList and bump version
      More updates to Module::CoreList:
      Document e57270be442bfaa9dc23eebd67485e5a806b44e3:
      Document eba98284740b799def26803ebac340aaa8930437

Stevan Little (5):
      Adding the new version to Perl history
      updating the epigraph
      updated Module::CoreList (version has already been bumped in Changes and 
on modules, this just adds the data)
      Update %Module::CoreList::released with new date
      perldelta for various 5.23.7 changes

Steve Hay (23):
      Add 5.22.1 epigraph
      Create new perldelta for 5.22.2
      epigraphs.pod - Add missing link, plus minor formatting corrections
      Bump version to 5.22.2, ahead of its impending release
      Regen opcodes following version bump
      Complete some unfinished Module::CoreList work from commit 7c294235c2
      Update Module::CoreList with data so far for the imminent 5.22.2
      perldelta - Remove most boilerplate
      Correct Module::CoreList's listing of its own $VERSION
      perldelta - Fill in updated modules
      perldelta - Add rt.perl.org links
      perldelta - Some copy-editing
      Add another missing link to epigraphs.pod
      Add link to new perldelta entry
      Finish updating perldelta
      Revert "[perl #126410] keep the DESTROY cache in mro_meta"
      Revert "Document broken SvSTASH for %version:: in B's test suite"
      Remove perldelta entry for perl #126410
      A few more perldelta tweaks
      Finalize perldelta
      5.22.2-RC1 today
      Update patchlevel.h for RC1
      Update META.json for RC1

Todd Rinaldo (1):
      Document broken SvSTASH for %version:: in B's test suite

Tony Cook (35):
      ensure File::Spec::canonpath() preserves taint
      avoid invalid memory access in MapPath[AW]
      remove duplicate environment variables from environ
      [perl #126325] don't read past the end of the source for pack [Hh]
      [perl #126602] make sure targ isn't freed from under us
      [perl #126193] don't use a trash SV if no indexes are provided to 
pp_lslice
      [perl #126480] pipe() doesn't need the assertions
      [perl #126443] make sure PL_oldbufptr is preserved in scan_heredoc()
      [perl #126042] handle scalar context for a missing import/unimport call
      [perl #123737] delay reporting a missing operator for arrays
      [perl #123737] handle a non-identifer after @ better for a missing op
      [perl #125540] handle already being at EOF while not finding a heredoc 
terminator
      [perl #126410] keep the DESTROY cache in mro_meta
      [perl #127334] S_incline: avoid overrunning the end of the parse buffer
      [perl #122287] probe in Configure whether dtrace builds an object
      [perl #126922] avoid access to uninitialized memory in win32 crypt()
      [perl #126240] use -DPERL_USE_SAFE_PUTENV where possible on OS X
      [perl #126240] avoid leaking memory when setting $ENV{foo} on darwin
      [perl #126544] correct the first example in the fcntl documentation
      reduce number of calls to add_cp_to_invlist()
      add 5.23.8 placeholders to Module::CoreList
      [perl #127533] only test semctl() if we have everything needed to use it
      perldelta for e8c18a8486f7
      perldelta for d3b9036e206e
      perldelta for 0cd52e23ae64
      perldelta for a7162bf74f38
      perldelta for 61d30259f32e
      perldelta for 23c4e91245a4
      perldelta for 27895dda8085, ac3b837b9e1b
      perldelta for 1bb1a3d6d35
      perldelta for c2538af7458
      perldelta for e3962106e93f
      perldelta for 4732711e2548
      don't test crypt()s tied fetch count if we don't have crypt()
      note for detecting crypt() on Cygwin

Vladimir Timofeev (1):
      [perl #127773: Assertion failure in perl built with Dusecbacktrace]

Yves Orton (2):
      regcomp.c: fix Perl #126405, segfault regex
      Fix Perl #126206: handle NOTHING regops and EXACTFU_SS regops in 
make_trie() properly

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

--
Perl5 Master Repository

Reply via email to