First-draft release notes for next week's back-branch releases

Started by Tom Laneabout 10 years ago3 messageshackers
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

I've done a first pass at next week's release notes; please review.

Committed at
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=7008e70d105b572821406744ce080771b74c06ab
and should be visible in the website's devel-branch docs after the next
guaibasaurus buildfarm run, due a couple hours from now.

As usual, I just dumped all the notes into one branch's release-N.N.sgml
file, and will sort out which ones apply to which branches later. I chose
to put them into 9.4, though, not 9.5, since many of these issues are
already fixed in 9.5.0 and will not need to appear in the 9.5.1 section.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Michael Paquier
michael@paquier.xyz
In reply to: Tom Lane (#1)
Re: First-draft release notes for next week's back-branch releases

On Sat, Feb 6, 2016 at 7:11 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

I've done a first pass at next week's release notes; please review.

Committed at
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=7008e70d105b572821406744ce080771b74c06ab
and should be visible in the website's devel-branch docs after the next
guaibasaurus buildfarm run, due a couple hours from now.

As usual, I just dumped all the notes into one branch's release-N.N.sgml
file, and will sort out which ones apply to which branches later. I chose
to put them into 9.4, though, not 9.5, since many of these issues are
already fixed in 9.5.0 and will not need to appear in the 9.5.1 section.

+    <listitem>
+     <para>
+      Ensure that <filename>dynloader.h</> is included in the installed
+      header files in MSVC builds (Michael Paquier)
+     </para>
+    </listitem>

Bruce is the main author of this patch. I used what he did as a base
to build a version correct for MSVC.
--
Michael

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Paquier (#2)
Re: First-draft release notes for next week's back-branch releases

Michael Paquier <michael.paquier@gmail.com> writes:

Bruce is the main author of this patch. I used what he did as a base
to build a version correct for MSVC.

Fixed, thanks.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers