summaryrefslogtreecommitdiff
path: root/patchlevel.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the RC1 markerFlorian Ragwitz2011-09-191-1/+0
|
* Bump version to RC1v5.14.2-RC1Florian Ragwitz2011-09-191-0/+1
|
* Preliminary version bump for 5.14.2Florian Ragwitz2011-08-261-1/+1
|
* Remove the RC1 markerv5.14.1Jesse Vincent2011-06-161-1/+0
|
* Bump the RC marker in patchlevel.h to .1Jesse Vincent2011-06-081-1/+1
|
* RC0Jesse Vincent2011-05-141-0/+1
|
* Initial bump to 5.14.1Jesse Vincent2011-05-141-1/+1
|
* Remove RC3 marker.v5.14.0Jesse Vincent2011-05-141-1/+0
|
* RC3 bumpJesse Vincent2011-05-111-0/+1
|
* Remove the "RC2" marker in preparation for Wednesday's final release.Jesse Vincent2011-05-091-1/+0
|
* RC1 -> RC2; push off the date of 5.14.0 until a week from tomorrowJesse Vincent2011-05-031-1/+1
|
* Bump patchlevel to RC1Jesse Vincent2011-04-201-1/+1
|
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-021-4/+5
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-201-2/+2
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-201-2/+2
| | | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example.
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-201-2/+2
|
* bump perl version number for 5.13.8Zefram2010-12-191-2/+2
|
* Bump the perl version in various places for v5.13.7Chris 'BinGOs' Williams2010-11-201-2/+2
|
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-201-2/+2
|
* Bump version to 5.13.5Steve Hay2010-09-191-2/+2
|
* Bump the perl version to 5.13.4Florian Ragwitz2010-08-201-2/+2
|
* PERL_API_* doesn't need to be maintained manuallyFlorian Ragwitz2010-08-171-7/+11
|
* Bump API subversionFlorian Ragwitz2010-07-231-1/+1
|
* Bump the perl version to 5.13.3David Golden2010-07-191-1/+1
|
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-211-1/+1
|
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-201-1/+1
|
* Escape patch strings before embedding them in patchlevel.hGisle Aas2010-04-181-0/+2
|
* Bump to 5.13.0Jesse Vincent2010-04-121-2/+2
|
* Removing the RC marker from patchlevel.hv5.12.0Jesse Vincent2010-04-121-1/+0
|
* RC5 due to a regression reported by <mons@veda.park.rambler.ru>Jesse Vincent2010-04-091-1/+1
|
* We're gonna have a fourth RC.Jesse Vincent2010-04-051-1/+1
|
* There's gonna be an RC3v5.12.0-RC3Jesse Vincent2010-04-021-1/+1
|
* Looks like we have an RC2 due to a segfault in reverse()Jesse Vincent2010-03-301-1/+1
|
* bump from rc0 to rc1.Jesse Vincent2010-03-281-1/+1
|
* Update patchlevel.h to note that this is RC0 and not yet a real releaseJesse Vincent2010-03-141-0/+1
|
* Bump to 5.12.0Jesse Vincent2010-03-141-3/+3
|
* Only define PERL_PATCHNUM when either git or the .patch file is availableGisle Aas2010-03-071-3/+3
| | | | | This patch also make PERL_GIT_UNCOMMITTED_CHANGES useful and thus avoids always adding the "*" to the 'perl -v' output.
* Bump version to 5.11.5Steve Hay2010-02-201-1/+1
|
* bump version for 5.11.4Ricardo Signes2010-01-191-1/+1
|
* Bump to 5.11.3Jesse Vincent2009-12-201-1/+1
|
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵Leon Brocard2009-11-181-1/+1
| | | | hardcoded
* Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) ↵Jesse Vincent2009-10-201-1/+1
| | | | hardcoded
* Move PERL_VERSION_STRING from patchlevel.h to perl.hNicholas Clark2009-02-161-4/+0
| | | | | | (and revert a89d24b9fe54d44395806c16ac1c19f3c678cbbb) It's getting too complex to work around some versions of awk which don't want to implement the regular expressions that they are documented to implement.
* Replace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION, PERL_SUBVERSIONNicholas Clark2009-02-161-0/+4
| | | | | with PERL_VERSION_STRING, which can be determined at compile time, as a constant string.
* Update copyright years. 2008 sneaks in because of 46807d8e809cc127621bf85d9e9Nicholas Clark2009-02-161-2/+2
|
* microperl also needs a canned git config.Nicholas Clark2009-01-251-0/+4
|
* Amend patchlevel.h so that git_version.h is only #include""ed for perl.Nicholas Clark2009-01-231-0/+6
| | | | | | | miniperl builds with canned data equivalent to stock_git_version.h. git_version.h becomes an explicit dependency for perl.o, make_patchnum.pl is explicitly run to create it, and no sub-makes are spawned with their inherent race conditions and consequent strange build failures.
* eliminate make_patchnum.sh, and make the build process use make_patchnum.pl ↵Yves Orton2009-01-041-12/+2
| | | | instead
* eliminate .patchnum and related infrastrcuture from *nix based build processYves Orton2009-01-041-1/+1
| | | | Rename the old "unpushed.h" to "git_version.h" and make it hold the defines that used to come from cflags magic
* much better git related version numbering in our (*nix for now) build processYves Orton2008-12-311-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The net result of this patch is to make available via Config.pm and -v/-V the details about the git version info we have available for the build. When built within a git repository git is queried directly. When built from a snapshot or bundle it is assumed that the source is unchanged, and that the required details are avaialble in a file called .patch, whose format current is a four field string in the following format: "$branchname $date.$time $sha1 $describe". The generator of these files currently resides on camel.booking.com. * git-describe is now used more directly with -v. When the prefix of git-describe matches the version number as determined by the defines in patchlevel.h then we use ONLY the git-describe output, otherwise we include the git describe in parenthesis after the version number. Either way the describe text is optionally followed by a star should there be uncommitted changes. eg: This is perl, v5.11.0 (GitLive-blead-136-g58ca560) built for i686-linux or: This is perl, v5.11.0-1-g58ca560 built for i686-linux or: This is perl, v5.11.0 built for i686-linux * include the SHA1 in perl -V summary, and automatically include unpushed commits in the registered patches list * include various git/version/.patch details in %Config, as follows: git_commit_id # sha1 of HEAD git_ancestor # ancestor in $remote/$branch (presumably canonical) git_describe # git describe git_branch # current branch git_uncommitted_changes # "true" if there are any, empty otherwise git_unpushed_commits # List of sha1's of unpushed commits git_commit_id_title # Used to make the perl -V summary output Additionally one more value is added depending on build process used: when building from an rsynced snapshot (or any dist including a file called .patch) then the second field will be used to populate the "git_snapshot_date" field. Otherwise if built in a git directory (as is hopefully recommended these day) then the field will be "git_commit_date" which will be the commit date of HEAD. This patch introduces two new files (on top of .patchnum) that will be generated by make_patchnum.sh: "lib/Config_git.pl" and "unpushed.h", the former is used to make git data available to Config.pm/%Config without rebuilding everything else, and the second is used to expose unpushed commits (if any) via the registered patch facility of patchlevel.h