1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Begin v2.36 development.

This commit is contained in:
David Steele 2021-08-23 07:03:40 -04:00
parent 3787cf7803
commit aee0e7bac7
5 changed files with 20 additions and 12 deletions

View File

@ -1,4 +1,9 @@
[
{
"commit": "3787cf78032cb928f27044c13b6f50d57bf06d20",
"date": "2021-08-23 06:52:51 -0400",
"subject": "v2.35: Binary Protocol"
},
{
"commit": "ad5e06399008118d81f41fb103ef2e980343899b",
"date": "2021-08-19 17:25:57 -0400",

View File

@ -12,6 +12,9 @@
</intro>
<release-list>
<release date="XXXX-XX-XX" version="2.36dev" title="UNDER DEVELOPMENT">
</release>
<release date="2021-08-23" version="2.35" title="Binary Protocol">
<release-core-list>
<p><b>IMPORTANT NOTE</b>: The log level for copied files in the <cmd>backup</cmd>/<cmd>restore</cmd> commands has been changed to <id>detail</id>. This makes the <id>info</id> log level less noisy but if these messages are required then set the log level for the <cmd>backup</cmd>/<cmd>restore</cmd> commands to <id>detail</id>.</p>

View File

@ -1,7 +1,7 @@
# Initialize configuration
# ----------------------------------------------------------------------------------------------------------------------------------
AC_PREREQ([2.69])
AC_INIT([pgBackRest], [2.35])
AC_INIT([pgBackRest], [2.36dev])
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.35.
# Generated by GNU Autoconf 2.69 for pgBackRest 2.36dev.
#
#
# 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.35'
PACKAGE_STRING='pgBackRest 2.35'
PACKAGE_VERSION='2.36dev'
PACKAGE_STRING='pgBackRest 2.36dev'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1252,7 +1252,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.35 to adapt to many kinds of systems.
\`configure' configures pgBackRest 2.36dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1299,7 +1299,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of pgBackRest 2.35:";;
short | recursive ) echo "Configuration of pgBackRest 2.36dev:";;
esac
cat <<\_ACEOF
@ -1394,7 +1394,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pgBackRest configure 2.35
pgBackRest configure 2.36dev
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -1692,7 +1692,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.35, which was
It was created by pgBackRest $as_me 2.36dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4898,7 +4898,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.35, which was
This file was extended by pgBackRest $as_me 2.36dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -4960,7 +4960,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.35
pgBackRest config.status 2.36dev
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@ -5664,4 +5664,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 00d0a873482b881861a199d3dc594969c6036f45
# Generated from src/build/configure.ac sha1 2336ad90534fbc1720acde6510879f314f49ee62

View File

@ -33,6 +33,6 @@ repository will be invalid unless migration functions are written.
/***********************************************************************************************************************************
Software version
***********************************************************************************************************************************/
#define PROJECT_VERSION "2.35"
#define PROJECT_VERSION "2.36dev"
#endif