In perl.git, the branch maint-votes has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/3b51400c718d62c5f97ef41943342b123ff5e443?hp=9fece8abc50f2f674b0a42f432721c9f476a743f>

- Log -----------------------------------------------------------------
commit 3b51400c718d62c5f97ef41943342b123ff5e443
Author: Sawyer X <xsawy...@cpan.org>
Date:   Wed Jun 27 14:13:55 2018 +0300

    Add votes file for 5.28

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

Summary of changes:
 votes-5.26.xml => votes-5.28.xml | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)
 copy votes-5.26.xml => votes-5.28.xml (82%)

diff --git a/votes-5.26.xml b/votes-5.28.xml
similarity index 82%
copy from votes-5.26.xml
copy to votes-5.28.xml
index 8001dba261..19ea221b7e 100644
--- a/votes-5.26.xml
+++ b/votes-5.28.xml
@@ -2,13 +2,7 @@
 
 <data>
 
-<div><h2>Tickets Listed in #133225: 5.26.3 blockers</h2>
-
-</div>
-
-<div><h2>Other Proposed Cherry-Picks</h2>
-
-Blead changes have been examined up to and including 
823ba440369100de3f2693420a3887a645a57d28 (fix line numbers in multi-line s///)
+<div><h2>Proposed Cherry-Picks</h2>
 
 Proposed cherry-picks are grouped according to the types of change permitted 
by perlpolicy.pod.
 
@@ -29,12 +23,6 @@ The same criteria apply to code in dual-life modules as to 
core code.)
 
 <div><h3>Crash / Assertion / Memory Corruption Fixes</h3>
 
-This ought to have 02c84d7f0f97e083f5d8ea9856488f3ede09364f as well, though 
that makes this sound slightly controversial (so maybe it should be rejected 
for maint?):
-<commit votes="steveh khw" id="4764858cb80e76fdba33cc1b3be8fcdef26df754" 
ticket="52610" desc="Fix RT #52610: Carp: Do not crash when reading @DB::args"/>
-I don’t think 02c84d7f0f97e is necessary.  It is just a large comment.
-Also, don’t backport the version change; just add _01 to the maint version.
--- sprout
-
 </div>
 
 <div><h3>Regression Fixes</h3>
@@ -59,6 +47,8 @@ Also, don’t backport the version change; just add _01 to the 
maint version.
 
 <div><h3>Documentation Fixes</h3>
 
+<commit votes="xsawyerx" id="9dd556afad370558b5d26c9222d4fa79fb2dc2ac" 
desc="Add 5.28.0 release data to perlhist.pod"/>
+
 </div>
 
 </data>
@@ -67,14 +57,14 @@ Also, don’t backport the version change; just add _01 to 
the maint version.
   <xsl:template match="/">
     <html>
       <head>
-        <title>Cherry-pick votes for maint-5.26</title>
+        <title>Cherry-pick votes for maint-5.28</title>
         <style>
           .accepted .ref a { color: #090 }
           .unvoted  .ref a { color: #c00 }
         </style>
       </head>
       <body>
-        <h1>Cherry-pick votes for maint-5.26</h1>
+        <h1>Cherry-pick votes for maint-5.28</h1>
         <xsl:for-each select="/doc/data/div">
           <h2><xsl:value-of select="h2"/></h2>
           <h3><xsl:value-of select="h3"/></h3>

-- 
Perl5 Master Repository

Reply via email to