From d288d8057f52f04206ad0ca017d50cf62bade38a Mon Sep 17 00:00:00 2001 From: Christopher Browne Date: Thu, 16 Apr 2009 21:30:27 +0000 Subject: [PATCH] Add in notes about recent changes --- RELEASE | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index a584fc23..d26a625a 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -$Id: RELEASE,v 1.3.2.7 2009-04-06 22:33:05 cbbrowne Exp $ +$Id: RELEASE,v 1.3.2.8 2009-04-16 21:30:27 cbbrowne Exp $ RELEASE 2.0.0 @@ -60,3 +60,20 @@ RELEASE 2.0.2 Put in a query that updates the oids in sl_table and sl_sequence to randomly selected values from pg_class that couldn't match (since the values selected are from non-table/non-sequence objects) + +- Updated release notes to indicate that 2.0 only supports PostgreSQL + 8.3+ + +- Change to configure.ac to allow it to run on autoconf 2.63; there was + something unsuitable about SLONREL_VERSION processing + +- Fixes to Makefile for admin guide + +- Various fixes to admin guide material + +- Added an extra test to Schema name test that validates that things + can operate properly even if the DB lacks a "public" schema + +- Fixed bug in tools/start_slon.sh + +- Fixed pathname substitutions in a couple of altperl scripts -- 2.39.5