Thu Dec 18 13:35:05 PST 2008
- Previous message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv20773
Modified Files:
Tag: REL_2_0_STABLE
RELEASE config.h.in
Log Message:
Add in notes about changes (thus far) for 2.0.1, and update release number
in the source code
Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** RELEASE 24 Nov 2008 14:50:22 -0000 1.3
--- RELEASE 18 Dec 2008 21:35:03 -0000 1.3.2.1
***************
*** 5,6 ****
--- 5,18 ----
The first release of version 2.0. See RELEASE-2.0 to see changes leading
from version 1.2 to 2.0.
+
+ RELEASE 2.0.1
+
+ - Bug #69 - vactables type was being referenced before UPGRADE FUNCTIONS could actually have created it, when upgrading from an earlier version.
+
+ This would cause UPGRADE FUNCTIONS to fail.
+
+ - Bug #?? - use of syslog levels had some inappropriate break statements so that some logging would get lost.
+
+ - If you had multiple clusters where one cluster name was a substring of the other, slon-tools.pm could find
+ both when looking for slon processes relevant to the shorter cluster name. Added a space to the relevant
+ bit of slon-tools.pm
Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -C2 -d -r1.21 -r1.21.2.1
*** config.h.in 24 Sep 2008 19:54:09 -0000 1.21
--- config.h.in 18 Dec 2008 21:35:03 -0000 1.21.2.1
***************
*** 13,18 ****
#define SLONY_I_CONFIG_H
! #define SLONY_I_VERSION_STRING "2.0.0"
! #define SLONY_I_VERSION_STRING_DEC 2,0,0
#ifndef PG_VERSION_MAJOR
--- 13,18 ----
#define SLONY_I_CONFIG_H
! #define SLONY_I_VERSION_STRING "2.0.1"
! #define SLONY_I_VERSION_STRING_DEC 2,0,1
#ifndef PG_VERSION_MAJOR
- Previous message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list