You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-08-08 14:22:06 +03:00
Begin v2.54 development.
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"commit": "6e8a45f650e303fe74a1e34ee8e76a193dbc6c4a",
|
||||||
|
"date": "2024-07-22 09:33:31 +0700",
|
||||||
|
"subject": "v2.53: Concurrent Backups"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"commit": "dea48be06dfcd50f48b205f65e45e4dbefa7c37a",
|
"commit": "dea48be06dfcd50f48b205f65e45e4dbefa7c37a",
|
||||||
"date": "2024-07-21 17:01:23 +0700",
|
"date": "2024-07-21 17:01:23 +0700",
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE doc SYSTEM "doc.dtd" [
|
<!DOCTYPE doc SYSTEM "doc.dtd" [
|
||||||
|
<!ENTITY v2.54 SYSTEM "release/2024/2.54.xml">
|
||||||
<!ENTITY v2.53 SYSTEM "release/2024/2.53.xml">
|
<!ENTITY v2.53 SYSTEM "release/2024/2.53.xml">
|
||||||
<!ENTITY v2.52.1 SYSTEM "release/2024/2.52.1.xml">
|
<!ENTITY v2.52.1 SYSTEM "release/2024/2.52.1.xml">
|
||||||
<!ENTITY v2.52 SYSTEM "release/2024/2.52.xml">
|
<!ENTITY v2.52 SYSTEM "release/2024/2.52.xml">
|
||||||
@@ -125,6 +126,7 @@
|
|||||||
</intro>
|
</intro>
|
||||||
|
|
||||||
<release-list>
|
<release-list>
|
||||||
|
&v2.54;
|
||||||
&v2.53;
|
&v2.53;
|
||||||
&v2.52.1;
|
&v2.52.1;
|
||||||
&v2.52;
|
&v2.52;
|
||||||
|
2
doc/xml/release/2024/2.54.xml
Normal file
2
doc/xml/release/2024/2.54.xml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<release date="XXXX-XX-XX" version="2.54dev" title="UNDER DEVELOPMENT">
|
||||||
|
</release>
|
@@ -4,7 +4,7 @@
|
|||||||
project(
|
project(
|
||||||
'pgbackrest',
|
'pgbackrest',
|
||||||
['c'],
|
['c'],
|
||||||
version: '2.53',
|
version: '2.54dev',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.47',
|
meson_version: '>=0.47',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# Initialize configuration
|
# Initialize configuration
|
||||||
# ----------------------------------------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------------------------------------
|
||||||
AC_PREREQ([2.71])
|
AC_PREREQ([2.71])
|
||||||
AC_INIT([pgBackRest], [2.53])
|
AC_INIT([pgBackRest], [2.54dev])
|
||||||
AC_CONFIG_SRCDIR([version.h])
|
AC_CONFIG_SRCDIR([version.h])
|
||||||
AC_CONFIG_AUX_DIR(build)
|
AC_CONFIG_AUX_DIR(build)
|
||||||
|
|
||||||
|
20
src/configure
vendored
20
src/configure
vendored
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.71 for pgBackRest 2.53.
|
# Generated by GNU Autoconf 2.71 for pgBackRest 2.54dev.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
|
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
|
||||||
@@ -607,8 +607,8 @@ MAKEFLAGS=
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='pgBackRest'
|
PACKAGE_NAME='pgBackRest'
|
||||||
PACKAGE_TARNAME='pgbackrest'
|
PACKAGE_TARNAME='pgbackrest'
|
||||||
PACKAGE_VERSION='2.53'
|
PACKAGE_VERSION='2.54dev'
|
||||||
PACKAGE_STRING='pgBackRest 2.53'
|
PACKAGE_STRING='pgBackRest 2.54dev'
|
||||||
PACKAGE_BUGREPORT=''
|
PACKAGE_BUGREPORT=''
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
@@ -1272,7 +1272,7 @@ if test "$ac_init_help" = "long"; then
|
|||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# 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.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures pgBackRest 2.53 to adapt to many kinds of systems.
|
\`configure' configures pgBackRest 2.54dev to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@@ -1319,7 +1319,7 @@ fi
|
|||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of pgBackRest 2.53:";;
|
short | recursive ) echo "Configuration of pgBackRest 2.54dev:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
@@ -1414,7 +1414,7 @@ fi
|
|||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
pgBackRest configure 2.53
|
pgBackRest configure 2.54dev
|
||||||
generated by GNU Autoconf 2.71
|
generated by GNU Autoconf 2.71
|
||||||
|
|
||||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||||
@@ -1570,7 +1570,7 @@ cat >config.log <<_ACEOF
|
|||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by pgBackRest $as_me 2.53, which was
|
It was created by pgBackRest $as_me 2.54dev, which was
|
||||||
generated by GNU Autoconf 2.71. Invocation command line was
|
generated by GNU Autoconf 2.71. Invocation command line was
|
||||||
|
|
||||||
$ $0$ac_configure_args_raw
|
$ $0$ac_configure_args_raw
|
||||||
@@ -4982,7 +4982,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by pgBackRest $as_me 2.53, which was
|
This file was extended by pgBackRest $as_me 2.54dev, which was
|
||||||
generated by GNU Autoconf 2.71. Invocation command line was
|
generated by GNU Autoconf 2.71. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
@@ -5046,7 +5046,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config='$ac_cs_config_escaped'
|
ac_cs_config='$ac_cs_config_escaped'
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
pgBackRest config.status 2.53
|
pgBackRest config.status 2.54dev
|
||||||
configured by $0, generated by GNU Autoconf 2.71,
|
configured by $0, generated by GNU Autoconf 2.71,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
@@ -5750,4 +5750,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
|
|||||||
printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Generated from src/build/configure.ac sha1 36d48a766c5e0a2d4a40d57fa1c80dc035f6c1f4
|
# Generated from src/build/configure.ac sha1 d8b1f391e5fa5b61cee1ec74f86773af42bcd860
|
||||||
|
@@ -33,6 +33,6 @@ will be invalid unless migration functions are written.
|
|||||||
/***********************************************************************************************************************************
|
/***********************************************************************************************************************************
|
||||||
Software version
|
Software version
|
||||||
***********************************************************************************************************************************/
|
***********************************************************************************************************************************/
|
||||||
#define PROJECT_VERSION "2.53"
|
#define PROJECT_VERSION "2.54dev"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -643,6 +643,10 @@ doc/xml/release/2024/2.53.xml:
|
|||||||
class: doc/source
|
class: doc/source
|
||||||
type: xml
|
type: xml
|
||||||
|
|
||||||
|
doc/xml/release/2024/2.54.xml:
|
||||||
|
class: doc/source
|
||||||
|
type: xml
|
||||||
|
|
||||||
doc/xml/release/contributor.xml:
|
doc/xml/release/contributor.xml:
|
||||||
class: doc/source
|
class: doc/source
|
||||||
type: xml
|
type: xml
|
||||||
|
Reference in New Issue
Block a user