Skip to content

Commit 160ca10

Browse files
committed
Per core discussion, we should push out a 7.2.* release too while
we are at it. Add release notes.
1 parent bd9b2fa commit 160ca10

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

doc/src/sgml/release.sgml

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.334 2005/05/04 21:19:33 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.335 2005/05/05 17:59:40 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -6506,6 +6506,46 @@ operations on bytea columns (Joe)</para></listitem>
65066506
</sect2>
65076507
</sect1>
65086508

6509+
<sect1 id="release-7-2-8">
6510+
<title>Release 7.2.8</title>
6511+
6512+
<note>
6513+
<title>Release date</title>
6514+
<simpara>2005-05-05</simpara>
6515+
</note>
6516+
6517+
<para>
6518+
This release contains a variety of fixes from 7.2.7, including one
6519+
security-related issue.
6520+
</para>
6521+
6522+
<sect2>
6523+
<title>Migration to version 7.2.8</title>
6524+
6525+
<para>
6526+
A dump/restore is not required for those running 7.2.X.
6527+
</para>
6528+
</sect2>
6529+
6530+
<sect2>
6531+
<title>Changes</title>
6532+
6533+
<itemizedlist>
6534+
<listitem><para>Fix <function>EXTRACT(EPOCH)</> for
6535+
<type>TIME WITH TIME ZONE</> values</para></listitem>
6536+
<listitem><para>Additional buffer overrun checks in plpgsql
6537+
(Neil)</para></listitem>
6538+
<listitem><para>Fix pg_dump to dump index names and trigger names containing
6539+
<literal>%</> correctly (Neil)</para></listitem>
6540+
<listitem><para>Prevent <function>to_char(interval)</> from dumping core for
6541+
month-related formats</para></listitem>
6542+
<listitem><para>Fix <filename>contrib/pgcrypto</> for newer OpenSSL builds
6543+
(Marko Kreen)</para></listitem>
6544+
</itemizedlist>
6545+
6546+
</sect2>
6547+
</sect1>
6548+
65096549
<sect1 id="release-7-2-7">
65106550
<title>Release 7.2.7</title>
65116551

0 commit comments

Comments
 (0)