Re: Draft release notes complete

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2012-05-10T11:25:35Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Expose track_iotiming information via pg_stat_statements.

  2. Rewrite GiST support code for rangetypes.

  3. Clean up a couple of box gist helper functions.

  4. Replace the "New Linear" GiST split algorithm for boxes and points with a


On 05/09/2012 11:11 PM, Bruce Momjian wrote:
> I have completed my draft of the 9.2 release notes, and committed it to
> git.  I am waiting for our development docs to build, but after 40
> minutes, I am still waiting:
>
> 	http://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=guaibasaurus&dt=latest&stg=make-doc
>
> (Why is there no time zone shown in the date/time at the top?)   I think
> it will eventually show up here:
>
> 	http://www.postgresql.org/docs/devel/static/release-9-2.html
>
> My private build is now online:
>
> 	http://momjian.us/tmp/pgsql/release-9-2.html
>
> I tested creation of the HISTORY file so Tom shouldn't need to fix
> missing markup tomorrow.  :-)
>


This has broken my docs build because of this line:

    release-9.2.sgml:1946:        Urba&#324;nski, Steve Singer)

with this error:

    openjade:/home/bf/bfr/root/HEAD/pgsql.9367/../pgsql/doc/src/sgml/release-9.2.sgml:1946:14:E: "324" is not a character number in the document character set


cheers

andrew