Chris Browne cbbrowne at lists.slony.info
Wed Dec 9 12:51:12 PST 2009
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv19264

Modified Files:
      Tag: REL_1_2_STABLE
	RELEASE config.h.in 
Log Message:
Mark 1.2.20, add release notes


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.1.2.44
retrieving revision 1.1.2.45
diff -C2 -d -r1.1.2.44 -r1.1.2.45
*** RELEASE	9 Dec 2009 17:41:28 -0000	1.1.2.44
--- RELEASE	9 Dec 2009 20:51:10 -0000	1.1.2.45
***************
*** 1,4 ****
--- 1,12 ----
  $Id$
  
+ Release 1.2.20
+ 
+ - Fix problem with logging where vsnprintf would, with very large
+   output, clobber the byte after malloc()ed output
+ 
+ - Change "long long" to "int64"
+ 
+ 
  Release 1.2.19
  

Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.17.2.23
retrieving revision 1.17.2.24
diff -C2 -d -r1.17.2.23 -r1.17.2.24
*** config.h.in	3 Dec 2009 22:54:40 -0000	1.17.2.23
--- config.h.in	9 Dec 2009 20:51:10 -0000	1.17.2.24
***************
*** 13,18 ****
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.2.19"
! #define SLONY_I_VERSION_STRING_DEC 1,2,19
  
  #ifndef PG_VERSION_MAJOR
--- 13,18 ----
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.2.20"
! #define SLONY_I_VERSION_STRING_DEC 1,2,20
  
  #ifndef PG_VERSION_MAJOR



More information about the Slony1-commit mailing list