Chris Browne cbbrowne at lists.slony.info
Fri Nov 20 12:02:29 PST 2009
Update of /home/cvsd/slony1/slony1-www/content
In directory main.slony.info:/tmp/cvs-serv21903/content

Modified Files:
	news.txt 
Log Message:
Add 2.0.3 rc3


Index: news.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/news.txt,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** news.txt	14 Oct 2009 15:54:35 -0000	1.61
--- news.txt	20 Nov 2009 20:02:26 -0000	1.62
***************
*** 15,18 ****
--- 15,60 ----
  
  ---
+ Slony-I 2.0.3 rc3 available
+ http://www.slony.info/downloads/2.0/source/slony1-2.0.3-rc3.tar.bz2
+ 2009-11-20
+ Chris Browne
+ 
+ Version <a href=
+ "http://www.slony.info/downloads/2.0/source/slony1-2.0.3-rc3.tar.bz2">
+ slony1-2.0.3-rc3.tar.bz2 </a> has been made available.
+ 
+ <p>This fixes several things since the previous RC:
+ <ul>
+ <li>Updates to copyright dates on files
+ 
+ <li>Bug #98 - need WAIT ON parameter in slonik code generated by
+   slonik_move_set altperl script.
+ 
+ <li>Change default $LOGDIR, so that distros won't need to patch it.
+ 
+ <li>Fix LOG_NAME_SUFFIX feature. Thanks to David Fetter and Andrew Dunstan.
+ 
+ <li>Improve documentation on EVENT NODE for STORE NODE command
+ 
+ <li>SLONLOG directory changes for Red Hat-related distributions
+ 
+ <li>Bug #97 - insert into sl_setsync upon FAILOVER had values() clause based on the
+   pre-2.0 schema; fix to use 2.0.
+ 
+ <li>UPGRADE FUNCTIONS failing because functions had their return types changed.
+   Added in "DROP FUNCTION IF EXISTS" (fine in 8.3+) in
+   src/backend/slony1_funcs.sql to rectify this.
+ 
+ <li>As observed by Bernd Helmle, cloneNodePrepare returns an event ID,
+   and hence should return BIGINT
+ 
+ <li>Introduced ShouldSlonyVacuumTable() function for 8.3 so we cope with
+   differences in vacuum handling between 8.3 and 8.4+
+ 
+ <li>Fix 8.4-ism relating to subscription retries
+   <a href="http://lists.slony.info/pipermail/slony1-commit/2009-October/002728.html"> see commit notes </a>
+ 
+ </ul>
+ ---
  Slony-I 1.2.17 released
  http://main.slony.info/downloads/1.2/source/slony1-1.2.17-rc.tar.bz2
***************
*** 64,68 ****
  slony1-2.0.3-rc2.tar.bz2 </a> has been made available.
  
! This fixes a number of things since the previous RC:
  
  <ul>
--- 106,110 ----
  slony1-2.0.3-rc2.tar.bz2 </a> has been made available.
  
! <p> This fixes a number of things since the previous RC:
  
  <ul>



More information about the Slony1-commit mailing list