Skip to content

Commit c4b39f2

Browse files
committed
Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22.
1 parent c463338 commit c4b39f2

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,75 @@
11
<!-- doc/src/sgml/release-12.sgml -->
22
<!-- See header comment in release.sgml about typical markup -->
33

4+
<sect1 id="release-12-22">
5+
<title>Release 12.22</title>
6+
7+
<formalpara>
8+
<title>Release date:</title>
9+
<para>2024-11-21</para>
10+
</formalpara>
11+
12+
<para>
13+
This release contains a single fix from 12.21.
14+
For information about new features in major release 12, see
15+
<xref linkend="release-12"/>.
16+
</para>
17+
18+
<para>
19+
This is expected to be the last <productname>PostgreSQL</productname>
20+
release in the 12.X series. Users are encouraged to update to a newer
21+
release branch soon.
22+
</para>
23+
24+
<sect2>
25+
<title>Migration to Version 12.22</title>
26+
27+
<para>
28+
A dump/restore is not required for those running 12.X.
29+
</para>
30+
31+
<para>
32+
However, if you are upgrading from a version earlier than 12.18,
33+
see <xref linkend="release-12-18"/>.
34+
</para>
35+
</sect2>
36+
37+
<sect2>
38+
<title>Changes</title>
39+
40+
<itemizedlist>
41+
42+
<listitem>
43+
<!--
44+
Author: Noah Misch <noah@leadboat.com>
45+
Branch: master [7b88529f4] 2024-11-15 20:39:56 -0800
46+
Branch: REL_17_STABLE [1c05004a8] 2024-11-15 20:39:59 -0800
47+
Branch: REL_16_STABLE [b0918c128] 2024-11-15 20:39:59 -0800
48+
Branch: REL_15_STABLE [edf80895f] 2024-11-15 20:39:59 -0800
49+
Branch: REL_14_STABLE [be062bfa5] 2024-11-15 20:40:00 -0800
50+
Branch: REL_13_STABLE [07c6e0f61] 2024-11-15 20:40:00 -0800
51+
Branch: REL_12_STABLE [c46333865] 2024-11-15 20:40:00 -0800
52+
-->
53+
<para>
54+
Restore functionality of <command>ALTER {ROLE|DATABASE} SET
55+
role</command> (Tom Lane, Noah Misch)
56+
<ulink url="&commit_baseurl;c46333865">&sect;</ulink>
57+
</para>
58+
59+
<para>
60+
The fix for CVE-2024-10978 accidentally caused settings
61+
for <varname>role</varname> to not be applied if they come from
62+
non-interactive sources, including previous <command>ALTER
63+
{ROLE|DATABASE}</command> commands and
64+
the <varname>PGOPTIONS</varname> environment variable.
65+
</para>
66+
</listitem>
67+
68+
</itemizedlist>
69+
70+
</sect2>
71+
</sect1>
72+
473
<sect1 id="release-12-21">
574
<title>Release 12.21</title>
675

0 commit comments

Comments
 (0)