Chris Browne cbbrowne at lists.slony.info
Tue Sep 4 13:42:16 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv4478

Modified Files:
      Tag: REL_1_2_STABLE
	RELEASE config.h.in 
Log Message:
Set up preparations for version 1.2.12.  (e.g. - setting up the new
version number in the various places where it is referenced)

There is not yet a need for 1.2.12 - this is mostly a placeholder for
future work.


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -C2 -d -r1.1.2.13 -r1.1.2.14
*** RELEASE	28 Aug 2007 19:28:17 -0000	1.1.2.13
--- RELEASE	4 Sep 2007 20:42:14 -0000	1.1.2.14
***************
*** 1,4 ****
--- 1,8 ----
  $Id$
  
+ RELEASE 1.2.12
+ - Fixed problem with DDL SCRIPT parser where C-style comments were
+   not being processed properly
+ 
  RELEASE 1.2.11
  

Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.17.2.8
retrieving revision 1.17.2.9
diff -C2 -d -r1.17.2.8 -r1.17.2.9
*** config.h.in	3 Aug 2007 16:16:08 -0000	1.17.2.8
--- config.h.in	4 Sep 2007 20:42:14 -0000	1.17.2.9
***************
*** 13,18 ****
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.2.11"
! #define SLONY_I_VERSION_STRING_DEC 1,2,11
  
  #ifndef PG_VERSION_MAJOR
--- 13,18 ----
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.2.12"
! #define SLONY_I_VERSION_STRING_DEC 1,2,12
  
  #ifndef PG_VERSION_MAJOR



More information about the Slony1-commit mailing list