1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-08-08 14:22:06 +03:00

Merge v2.54.2 release.

This commit is contained in:
David Steele
2025-01-20 10:57:27 -05:00
parent 7a33d6168b
commit 713f6657d3
7 changed files with 40 additions and 34 deletions

View File

@@ -263,7 +263,7 @@ pgbackrest/test/test.pl --vm-out --module=common --test=wait
P00 INFO: P1-T1/1 - vm=none, module=common, test=wait P00 INFO: P1-T1/1 - vm=none, module=common, test=wait
P00 INFO: test command begin 2.54.1: [common/wait] --log-level=info --no-log-timestamp --repo-path=/home/vagrant/test/repo --scale=1 --test-path=/home/vagrant/test --vm=none --vm-id=0 P00 INFO: test command begin 2.54.2: [common/wait] --log-level=info --no-log-timestamp --repo-path=/home/vagrant/test/repo --scale=1 --test-path=/home/vagrant/test --vm=none --vm-id=0
P00 INFO: test command end: completed successfully P00 INFO: test command end: completed successfully
run 1 - waitNew(), waitMore, and waitFree() run 1 - waitNew(), waitMore, and waitFree()
L0018 expect AssertError: assertion 'waitTime <= 999999000' failed L0018 expect AssertError: assertion 'waitTime <= 999999000' failed
@@ -497,7 +497,7 @@ HRN_FORK_BEGIN()
" cipher: none\n" " cipher: none\n"
"\n" "\n"
" db (current)\n" " db (current)\n"
" wal archive min/max (9.6): none present\n", " wal archive min/max (9.4): none present\n",
"text - single stanza, no valid backups, backup/expire lock detected"); "text - single stanza, no valid backups, backup/expire lock detected");
// Notify child to release lock // Notify child to release lock

View File

@@ -4,7 +4,7 @@
pgBackRest is a reliable backup and restore solution for PostgreSQL that seamlessly scales up to the largest databases and workloads. pgBackRest is a reliable backup and restore solution for PostgreSQL that seamlessly scales up to the largest databases and workloads.
pgBackRest [v2.54.1](https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.54.1) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page. pgBackRest [v2.54.2](https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.54.2) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page.
Please give us a star on [GitHub](https://github.com/pgbackrest/pgbackrest) if you like pgBackRest! Please give us a star on [GitHub](https://github.com/pgbackrest/pgbackrest) if you like pgBackRest!

View File

@@ -209,7 +209,7 @@ eval
' "subject": ' . trim((JSON::PP->new()->allow_nonref()->pretty())->encode($rhGitLog->{subject})); ' "subject": ' . trim((JSON::PP->new()->allow_nonref()->pretty())->encode($rhGitLog->{subject}));
# Skip the body if it is empty or a release (since we already have the release note content) # Skip the body if it is empty or a release (since we already have the release note content)
if ($rhGitLog->{subject} !~ /^v[0-9]{1,2}\.[0-9]{1,2}\: /g && defined($rhGitLog->{body})) if ($rhGitLog->{subject} !~ /^v[0-9]{1,2}\.[0-9]{1,2}(\.[0-9]+){0,1}\: /g && defined($rhGitLog->{body}))
{ {
$strGitLog .= $strGitLog .=
",\n" . ",\n" .

View File

@@ -1,6 +1,7 @@
<?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.55.0 SYSTEM "release/2025/2.55.0.xml"> <!ENTITY v2.55.0 SYSTEM "release/2025/2.55.0.xml">
<!ENTITY v2.54.2 SYSTEM "release/2025/2.54.2.xml">
<!ENTITY v2.54.1 SYSTEM "release/2024/2.54.1.xml"> <!ENTITY v2.54.1 SYSTEM "release/2024/2.54.1.xml">
<!ENTITY v2.54.0 SYSTEM "release/2024/2.54.0.xml"> <!ENTITY v2.54.0 SYSTEM "release/2024/2.54.0.xml">
<!ENTITY v2.53.1 SYSTEM "release/2024/2.53.1.xml"> <!ENTITY v2.53.1 SYSTEM "release/2024/2.53.1.xml">
@@ -130,6 +131,7 @@
<release-list> <release-list>
&v2.55.0; &v2.55.0;
&v2.54.2;
&v2.54.1; &v2.54.1;
&v2.54.0; &v2.54.0;
&v2.53.1; &v2.53.1;

View File

@@ -0,0 +1,30 @@
<release date="2025-01-20" version="2.54.2" title="Bug Fix">
<release-core-list>
<release-bug-list>
<release-item>
<github-pull-request id="2511"/>
<release-item-contributor-list>
<release-item-contributor id="david.steele"/>
<release-item-reviewer id="david.christensen"/>
</release-item-contributor-list>
<p>Fix issue after disabling bundling with block incremental enabled.</p>
</release-item>
</release-bug-list>
</release-core-list>
<release-doc-list>
<release-improvement-list>
<release-item>
<release-item-contributor-list>
<release-item-ideator id="paul.bierly"/>
<release-item-contributor id="david.steele"/>
<release-item-reviewer id="paul.bierly"/>
</release-item-contributor-list>
<p>Clarify behavior of multiple configuration files.</p>
</release-item>
</release-improvement-list>
</release-doc-list>
</release>

View File

@@ -1,21 +1,5 @@
<release date="XXXX-XX-XX" version="2.55dev" title="UNDER DEVELOPMENT"> <release date="XXXX-XX-XX" version="2.55dev" title="UNDER DEVELOPMENT">
<release-core-list> <release-core-list>
<release-bug-list>
<release-item>
<commit subject="Fix issue after disabling bundling with block incremental enabled.">
<github-pull-request id="2511"/>
</commit>
<commit subject="Replace constant version with macro in backup test module."/>
<release-item-contributor-list>
<release-item-contributor id="david.steele"/>
<release-item-reviewer id="david.christensen"/>
</release-item-contributor-list>
<p>Fix issue after disabling bundling with block incremental enabled.</p>
</release-item>
</release-bug-list>
<release-improvement-list> <release-improvement-list>
<release-item> <release-item>
<commit subject="Use lz4 for protocol compression."> <commit subject="Use lz4 for protocol compression.">
@@ -68,18 +52,4 @@
</release-item> </release-item>
</release-development-list> </release-development-list>
</release-core-list> </release-core-list>
<release-doc-list>
<release-improvement-list>
<release-item>
<release-item-contributor-list>
<release-item-ideator id="paul.bierly"/>
<release-item-contributor id="david.steele"/>
<release-item-reviewer id="paul.bierly"/>
</release-item-contributor-list>
<p>Clarify behavior of multiple configuration files.</p>
</release-item>
</release-improvement-list>
</release-doc-list>
</release> </release>

View File

@@ -655,6 +655,10 @@ doc/xml/release/2024/2.54.1.xml:
class: doc/source class: doc/source
type: xml type: xml
doc/xml/release/2025/2.54.2.xml:
class: doc/source
type: xml
doc/xml/release/2025/2.55.0.xml: doc/xml/release/2025/2.55.0.xml:
class: doc/source class: doc/source
type: xml type: xml