summaryrefslogtreecommitdiff
path: root/Porting/bump-perl-version
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
| | | | | Mostly in comments and docs, but some in diagnostic messages and one case of 'or die die'.
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-8/+0
| | | | | Remove WinCE support as agreed in the thread starting here: https://www.nntp.perl.org/group/perl.perl5.porters/2018/07/msg251683.html
* Exempt intrpvar.h from bump-perl-version changesAaron Crane2016-01-171-0/+1
| | | | | | Both of the version numbers currently listed in intrpvar.h relate to past and present plans for changes; bumping them for each monthly blead release has merely left the comments in the file harder to understand.
* Porting/bump-perl-version: No need to try other maps after one has workedSteve Hay2015-02-211-1/+6
|
* Correct unintentional mistake in bump-perl-versionChris 'BinGOs' Williams2014-06-201-1/+2
|
* [perl #119429] bump-perl-version now updates Makefile.ceTony Cook2013-08-231-0/+7
|
* typo fixes for porting scriptsDavid Steinbrunner2013-05-241-1/+1
|
* Directory rename no longer needed on VMS.Craig A. Berry2013-04-061-8/+0
| | | | | | | | | | As of 5.18.0, Perl on VMS can (at last) be built in and installed from a directory having dots in the name, so it is no longer necessary to rename the top-level source directory before building. The pertinent instructions have been removed from README.vms, so we also no longer need to update the version number that was embedded in those instructions.
* don't change version numbers in this file eitherJesse Luehrs2012-06-201-0/+1
|
* comments in bump-perl-versionJesse Luehrs2012-06-191-0/+3
|
* Eliminate pod.lst. pod/perl.pod is now the master file for Pod metadata.Nicholas Clark2011-12-211-1/+0
| | | | | | | | perl.pod already contained virtually all the information in pod.lst. Add the remainder as =begin and =for Pod blocks. As perl.pod no longer needs to be regenerated, remove the redundant code from Porting/pod_rules.pl. Update (nearly) all references to pod.lst.
* In makedef.pl, use %Config to avoid hardcoding the DLL version number.Nicholas Clark2011-08-131-1/+1
|
* exempt a couple more files from version bumpingZefram2011-07-201-0/+2
|
* Remove debugging statement in Porting/bump-perl-versionLeon Brocard2011-07-071-1/+1
|
* Make Porting/bump-perl-version do multiple substitutions per lineLeon Brocard2011-07-071-16/+20
|
* Seeing as Porting/bump-perl-version is run in a git directory,Leon Brocard2011-06-231-6/+28
| | | | | instead of writing a diff file and then applying it, this adds a -i option which makes the changes inplace
* Move Porting/bump-perl-version to use autodieLeon Brocard2011-06-231-8/+9
|
* We shouldn't be changing perl version numbers in blead-isn't-upstreamJesse Vincent2011-04-021-0/+1
| | | | CPAN modules
* Check if microperl's version in uconfig.sh/h needs bumpingDavid Leadbeater2011-03-281-0/+8
|
* Fix typos (spelling errors) in Porting/*.Peter J. Acklam) (via RT2011-01-071-3/+3
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81910] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81910 > Signed-off-by: Abigail <abigail@abigail.be>
* These files are no moreFlorian Ragwitz2010-09-071-2/+0
|
* Skip epigraphs.pod when bumping the versionFlorian Ragwitz2010-07-241-1/+2
|
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
| | | | | | | | | | | | | | | | | | | | When porting/makerel runs, all files copied into the directory for the tarball have the executable bit stripped and then only a specific set of files have the executable bit restored. There are many files in the repo that have the executable bit set in the repo that will be stripped. So that the state of files in the repo is as close as possible to the state of files in the release tarball, the executable bit has been stripped from such files. In one recent case, a file added from a dual-life module needed the executable bit set. Because it had the bit in the repo but was not listed in makerel to get an executable bit, tests using it passed in the repo and failed in the tarball. This commit refactors the list into a new file, Porting/exec-bit.txt and add tests to detect a mismatch between files listed there and actual executable bits in the repo.
* For blead, bump-perl-version should consider SUBVERSION as API_SUBVERSIONFlorian Ragwitz2010-07-231-7/+7
| | | | | | | | | | | | | This makes the API version of a blead release equivalent to its full version number. For example, for 5.13.3, the API version was 5.13.0 before, and is 5.13.0 now. This does not change anything for stable releases. The API version of 5.14.1 will still be 5.14.0. Blead releases don't guarantee API stability. While they don't introduce API breakage on every release, they do so often enough to want to err on the safe side instead of making false claims in PERL_API_*.
* Teach bump-perl-version about "libperl511.a"Vincent Pit2010-04-301-4/+4
|
* Teach bump-perl-version about additional perl511 references in makedef.pl.Jan Dubois2010-02-231-4/+4
| | | | | The previous version also missed 2 instances in win32/makefile.mk because they were written as "perl511$(a)" instead of "perl511.o".
* Teach bump-perl-version about perl511.dll, perl511.lib and perl511s.libJan Dubois2010-02-221-0/+8
|
* Stop Porting/bump-perl-version from changing EOLs on Win32Steve Hay2010-02-201-0/+2
|
* We should not bump the perl version in the release schedule as part of relengJesse Vincent2009-10-201-0/+1
|
* bump-perl-version: over-keen false-positive removalDavid Mitchell2009-08-031-2/+0
| | | | | commit 5bd03515d294382b9bededef5a3bb4cd415656c3 got a bit carried away; these files may well need version bumping
* bump-perl-version false positivesJesse Vincent2009-07-291-0/+4
| | | | | | | | | | | | | | | | | | | In the runup to 5.10.1, Dave created bump-perl-version to automate the tedious process of incrementing the Perl version number. Trying it out on blead, I found that there are a few files it matches which either mention a version of Perl and then say "replace 5.x.y with your version of Perl" or which are describing changes in a particular version of perl. The attached patch skips those files. At this point, we're down to 18 files which need to be changed to bump the version at release time. -j From 0c347ba41fea91bbe36b53841cc150002c8782d5 Mon Sep 17 00:00:00 2001 From: Jesse Vincent <jesse@bestpractical.com> Date: Wed, 29 Jul 2009 10:00:09 -0400 Subject: [PATCH] Removed some false positives flagged for gratuitious changing by the bump-perl-version releng tool
* bump-perl-version missed "perl5.10.0" style stringsDavid Mitchell2009-07-241-2/+3
| | | | ("perl-5.10.0" was matched, but without the "-", it failed)
* add Porting/bump-perl-versionDavid Mitchell2009-07-141-0/+339
utility for bumping the value of the perl version in lots of files