Chris Browne cbbrowne at lists.slony.info
Tue Jul 14 12:09:02 PDT 2009
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv2542

Modified Files:
      Tag: REL_2_0_STABLE
	RELEASE config.h.in 
Log Message:
1.  Mark 2.0.3 version, preparatory to release

2.  Update release notes to include changes (to date) to 2.0.3

3.  slonik.c now recognizes PostgreSQL 8.4 properly


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.3.2.11
retrieving revision 1.3.2.12
diff -C2 -d -r1.3.2.11 -r1.3.2.12
*** RELEASE	1 May 2009 15:29:25 -0000	1.3.2.11
--- RELEASE	14 Jul 2009 19:09:00 -0000	1.3.2.12
***************
*** 90,91 ****
--- 90,112 ----
    misinterpreting PG return codes.  Rectified this, and added a
    test in to make sure we're exercising the logic
+ 
+ 
+ RELEASE 2.0.3
+ 
+ - PostgreSQL 8.4 has been released; slonik needs to explicitly recognize it
+ 
+ - Add in slonikconfdump.sh tool, which generates a slonik script to duplicate
+   the configuration of a Slony-I cluster
+ 
+ - Significant fixes to documentation to reflect 2.0 changes
+ 
+ - Add "OMIT COPY" option to the Slonik "SUBSCRIBE SET" command
+ 
+ - Document process for Slony-I 2.0 upgrade using OMIT COPY option
+ 
+ - Fix to race condition where file descriptor copies were being made at
+   the wrong time in the scheduler
+ 
+ - Modify "testseqnames" regression test to create a whole bunch of
+   sequences to validate that things don't break down with either lots of
+   them, or where IDs are large numbers

Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.21.2.2
retrieving revision 1.21.2.3
diff -C2 -d -r1.21.2.2 -r1.21.2.3
*** config.h.in	1 Apr 2009 17:13:38 -0000	1.21.2.2
--- config.h.in	14 Jul 2009 19:09:00 -0000	1.21.2.3
***************
*** 13,18 ****
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"2.0.2"
! #define SLONY_I_VERSION_STRING_DEC 2,0,2
  
  #ifndef PG_VERSION_MAJOR
--- 13,18 ----
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"2.0.3"
! #define SLONY_I_VERSION_STRING_DEC 2,0,3
  
  #ifndef PG_VERSION_MAJOR



More information about the Slony1-commit mailing list