From 8fde1e1e355b09cdf25c2d4f3ea6b85140d1ad9d Mon Sep 17 00:00:00 2001 From: Craig Ringer Date: Wed, 8 Jul 2015 11:34:45 +0800 Subject: [PATCH] BDR 0.9.2 release notes --- doc/appendix-releasenotes.sgml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/appendix-releasenotes.sgml b/doc/appendix-releasenotes.sgml index f0556688a5..102613e6d6 100644 --- a/doc/appendix-releasenotes.sgml +++ b/doc/appendix-releasenotes.sgml @@ -15,6 +15,38 @@ See also: . + + Release 0.9.2 + + + Version 0.9.1 is a maintenance release focused on stability + and usability, specially in bdr_init_copy. + + + + Significant improvements to &bdr; and &udr; in this release include: + + New nodes created by bdr_init_copy could re-use global sequence values (#101) + Permit DML on pg_catalog tables (#102) + Check exit code of utilities lauched by bdr_init_copy (#100) + Ensure log locations are writeable before bdr_init_copy (#99) + add --replication_sets option for bdr_init_copy + sanity check existing data directory before doing bdr_init_copy (#91) + handle multiple remote BDR databases correctly with bdr_init_copy (#88) + set node_local_dsn and node_name correctly in bdr_init_copy + bdr_init_copy fixes for connection string parsing + be less strict about version string matching for pg_dump, etc (#89, #75) + improve error message on apply failures caused by multiple unique indexes + Make sequence pernode cache configurable + + + + + There are no compatibility-affecting changes in this release. + + + + Release 0.9.1 -- 2.39.5