Begin v2.26 development.

This commit is contained in:
David Steele
2020-03-26 17:20:58 -04:00
parent fd3dca036b
commit fa86422371
6 changed files with 20 additions and 17 deletions
-5
View File
@@ -162,11 +162,6 @@ Run deploy to generate git history (ctrl-c as soon as the file is generated):
${PGBR_REPO?}/doc/release.pl --build
```
Build to generate files and test documentation:
```
${PGBR_REPO?}/test/test.pl --vm=u18 --build-only
```
Commit and push to integration:
```
git commit -m "Begin v2.15 development."
+5
View File
@@ -1,4 +1,9 @@
[
{
"commit": "fd3dca036b1436564dec17b7c23b62b9d9fa1051",
"date": "2020-03-26 17:14:53 -0400",
"subject": "v2.25: LZ4 Compression Support"
},
{
"commit": "8af0462c5d749ca798bc524e7a05d0e24f4ed0c7",
"date": "2020-03-26 15:30:59 -0400",
+3
View File
@@ -12,6 +12,9 @@
</intro>
<release-list>
<release date="XXXX-XX-XX" version="2.26dev" title="UNDER DEVELOPMENT">
</release>
<release date="2020-03-26" version="2.25" title="LZ4 Compression Support">
<release-core-list>
<release-feature-list>
+1 -1
View File
@@ -1,7 +1,7 @@
# Initialize configuration
# ----------------------------------------------------------------------------------------------------------------------------------
AC_PREREQ([2.69])
AC_INIT([pgBackRest], [2.25])
AC_INIT([pgBackRest], [2.26dev])
AC_CONFIG_SRCDIR([version.h])
AC_CONFIG_AUX_DIR(build)
+10 -10
View File
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for pgBackRest 2.25.
# Generated by GNU Autoconf 2.69 for pgBackRest 2.26dev.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pgBackRest'
PACKAGE_TARNAME='pgbackrest'
PACKAGE_VERSION='2.25'
PACKAGE_STRING='pgBackRest 2.25'
PACKAGE_VERSION='2.26dev'
PACKAGE_STRING='pgBackRest 2.26dev'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1250,7 +1250,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures pgBackRest 2.25 to adapt to many kinds of systems.
\`configure' configures pgBackRest 2.26dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1297,7 +1297,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of pgBackRest 2.25:";;
short | recursive ) echo "Configuration of pgBackRest 2.26dev:";;
esac
cat <<\_ACEOF
@@ -1387,7 +1387,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pgBackRest configure 2.25
pgBackRest configure 2.26dev
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1685,7 +1685,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pgBackRest $as_me 2.25, which was
It was created by pgBackRest $as_me 2.26dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4540,7 +4540,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by pgBackRest $as_me 2.25, which was
This file was extended by pgBackRest $as_me 2.26dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4602,7 +4602,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
pgBackRest config.status 2.25
pgBackRest config.status 2.26dev
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -5306,4 +5306,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
# Generated from src/build/configure.ac sha1 9ec50e8eb10d431d04d767e83a6b33b54a0c0950
# Generated from src/build/configure.ac sha1 20715731e8e51aa203ea7b77c001d51175e2a797
+1 -1
View File
@@ -23,6 +23,6 @@ repository will be invalid unless migration functions are written.
/***********************************************************************************************************************************
Software version. Currently this value is maintained in Version.pm and updated by test.pl.
***********************************************************************************************************************************/
#define PROJECT_VERSION "2.25"
#define PROJECT_VERSION "2.26dev"
#endif