1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-05 15:05:48 +02:00

Begin v2.32 development.

This commit is contained in:
David Steele 2020-12-07 11:13:45 -05:00
parent e116b535e6
commit ab0500789e
5 changed files with 22 additions and 14 deletions

View File

@ -1,7 +1,12 @@
[
{
"commit": "9517f8468d5e76ad1296e53441016d577afc896e",
"date": "2020-12-03 13:16:15 -0500",
"commit": "e116b535e6ad21248c00a6d0d948575ed06c6e38",
"date": "2020-12-07 09:55:00 -0500",
"subject": "v2.31: Minor Bug Fixes and Improvements"
},
{
"commit": "31becf05b7445f201250d5956e3b725dd4b9338e",
"date": "2020-12-04 10:59:57 -0500",
"subject": "Add RHEL/CentOS 8 documentation.",
"body": "Update RHEL/CentOS 7 to cover the versions that were previously covered by RHEL/CentOS 6.\n\nSince RHEL/CentOS 7/8 work the same update the documentation logic and labels to reflect this compatibility."
},

View File

@ -12,6 +12,9 @@
</intro>
<release-list>
<release date="XXXX-XX-XX" version="2.32dev" title="UNDER DEVELOPMENT">
</release>
<release date="2020-12-07" version="2.31" title="Minor Bug Fixes and Improvements">
<release-core-list>
<release-bug-list>

View File

@ -1,7 +1,7 @@
# Initialize configuration
# ----------------------------------------------------------------------------------------------------------------------------------
AC_PREREQ([2.69])
AC_INIT([pgBackRest], [2.31])
AC_INIT([pgBackRest], [2.32dev])
AC_CONFIG_SRCDIR([version.h])
AC_CONFIG_AUX_DIR(build)

20
src/configure vendored
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.31.
# Generated by GNU Autoconf 2.69 for pgBackRest 2.32dev.
#
#
# 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.31'
PACKAGE_STRING='pgBackRest 2.31'
PACKAGE_VERSION='2.32dev'
PACKAGE_STRING='pgBackRest 2.32dev'
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.31 to adapt to many kinds of systems.
\`configure' configures pgBackRest 2.32dev 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.31:";;
short | recursive ) echo "Configuration of pgBackRest 2.32dev:";;
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.31
pgBackRest configure 2.32dev
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.31, which was
It was created by pgBackRest $as_me 2.32dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4709,7 +4709,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.31, which was
This file was extended by pgBackRest $as_me 2.32dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -4771,7 +4771,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.31
pgBackRest config.status 2.32dev
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@ -5475,4 +5475,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 3a5697d08a3ed37a7fa5e235d5031cadd8baa2e5
# Generated from src/build/configure.ac sha1 5be6f288e819c7746e4bf79575573990a18a560a

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.31"
#define PROJECT_VERSION "2.32dev"
#endif