Chris Browne cbbrowne at lists.slony.info
Thu Mar 22 13:41:29 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv24016

Modified Files:
      Tag: REL_1_2_STABLE
	config.h.in postgresql-slony1-engine.spec.in 
Added Files:
      Tag: REL_1_2_STABLE
	RELEASE-1.2.9 
Log Message:
1.  Update to 1.2.9
2.  Add 1.1.9 to set of versions for UPDATE FUNCTIONS
3.  Add latest release notes to RPM spec file


Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.31.2.7
retrieving revision 1.31.2.8
diff -C2 -d -r1.31.2.7 -r1.31.2.8
*** postgresql-slony1-engine.spec.in	7 Mar 2007 23:03:49 -0000	1.31.2.7
--- postgresql-slony1-engine.spec.in	22 Mar 2007 20:41:27 -0000	1.31.2.8
***************
*** 109,113 ****
  %files
  %defattr(-,root,root,-)
! %doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE RELEASE-1.2.1 RELEASE-1.2.2 RELEASE-1.2.5 RELEASE-1.2.6 RELEASE-1.2.7
  %{_bindir}/*
  %{_libdir}/pgsql/slony1_funcs.so
--- 109,113 ----
  %files
  %defattr(-,root,root,-)
! %doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE RELEASE-1.2.1 RELEASE-1.2.2 RELEASE-1.2.5 RELEASE-1.2.6 RELEASE-1.2.7 RELEASE-1.2.8 RELEASE-1.2.9
  %{_bindir}/*
  %{_libdir}/pgsql/slony1_funcs.so
***************
*** 127,130 ****
--- 127,133 ----
  
  %changelog
+ * Wed Mar 22 2007 Christopher Browne <cbbrowne at ca.afilias.info>
+ - Added more recent release notes
+ 
  * Wed Mar 7 2007 Christopher Browne <cbbrowne at ca.afilias.info>
  - Added more recent release notes

Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.17.2.5
retrieving revision 1.17.2.6
diff -C2 -d -r1.17.2.5 -r1.17.2.6
*** config.h.in	14 Mar 2007 16:24:30 -0000	1.17.2.5
--- config.h.in	22 Mar 2007 20:41:27 -0000	1.17.2.6
***************
*** 13,18 ****
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.2.8"
! #define SLONY_I_VERSION_STRING_DEC 1,2,8
  
  #ifndef PG_VERSION_MAJOR
--- 13,18 ----
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.2.9"
! #define SLONY_I_VERSION_STRING_DEC 1,2,9
  
  #ifndef PG_VERSION_MAJOR

--- NEW FILE: RELEASE-1.2.9 ---
$Id: RELEASE-1.2.9,v 1.1.2.1 2007-03-22 20:41:27 cbbrowne Exp $

- Reverted change that tried to support elderly apache rotatelogs

- Added a patch file to apply if you need to support elderly apache rotatelogs (tools/altperl/old-apache-rotatelogs.patch)

- Bug in UPDATE FUNCTIONS - wrong quoting in plpgsql function

- Add a regression test that runs UPDATE FUNCTIONS to ensure that it at least has no syntax errors



More information about the Slony1-commit mailing list