mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Begin v2.24 development.
This commit is contained in:
parent
2358d34485
commit
bb45a80d46
@ -1,4 +1,9 @@
|
||||
[
|
||||
{
|
||||
"commit": "2358d3448507f5dc4fd50edf65172285bca69c4b",
|
||||
"date": "2020-01-26 22:38:21 -0700",
|
||||
"subject": "v2.23: Bug Fix"
|
||||
},
|
||||
{
|
||||
"commit": "7ab07dc580989452d807332bc91d26a42e5a0d3a",
|
||||
"date": "2020-01-26 21:58:59 -0700",
|
||||
|
@ -12,6 +12,9 @@
|
||||
</intro>
|
||||
|
||||
<release-list>
|
||||
<release date="XXXX-XX-XX" version="2.24dev" title="UNDER DEVELOPMENT">
|
||||
</release>
|
||||
|
||||
<release date="2020-01-27" version="2.23" title="Bug Fix">
|
||||
<release-core-list>
|
||||
<release-bug-list>
|
||||
|
@ -39,7 +39,7 @@ push @EXPORT, qw(projectBin projectBinSet);
|
||||
# Defines the current version of the BackRest executable. The version number is used to track features but does not affect what
|
||||
# repositories or manifests can be read - that's the job of the format number.
|
||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||
use constant PROJECT_VERSION => '2.23';
|
||||
use constant PROJECT_VERSION => '2.24dev';
|
||||
push @EXPORT, qw(PROJECT_VERSION);
|
||||
|
||||
# Repository Format Number
|
||||
|
18
src/configure
vendored
18
src/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for pgBackRest 2.23.
|
||||
# Generated by GNU Autoconf 2.69 for pgBackRest 2.24dev.
|
||||
#
|
||||
#
|
||||
# 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.23'
|
||||
PACKAGE_STRING='pgBackRest 2.23'
|
||||
PACKAGE_VERSION='2.24dev'
|
||||
PACKAGE_STRING='pgBackRest 2.24dev'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1242,7 +1242,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.23 to adapt to many kinds of systems.
|
||||
\`configure' configures pgBackRest 2.24dev to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1304,7 +1304,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of pgBackRest 2.23:";;
|
||||
short | recursive ) echo "Configuration of pgBackRest 2.24dev:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1393,7 +1393,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
pgBackRest configure 2.23
|
||||
pgBackRest configure 2.24dev
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -1691,7 +1691,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.23, which was
|
||||
It was created by pgBackRest $as_me 2.24dev, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -4222,7 +4222,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.23, which was
|
||||
This file was extended by pgBackRest $as_me 2.24dev, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -4284,7 +4284,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.23
|
||||
pgBackRest config.status 2.24dev
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Initialize configuration
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([pgBackRest], [2.23])
|
||||
AC_INIT([pgBackRest], [2.24dev])
|
||||
AC_CONFIG_SRCDIR([version.h])
|
||||
|
||||
# Check compiler
|
||||
|
@ -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.23"
|
||||
#define PROJECT_VERSION "2.24dev"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user