Chris Browne cbbrowne at lists.slony.info
Fri Aug 3 09:24:45 PDT 2007
Update of /home/cvsd/slony1/slony1-www/content
In directory main.slony.info:/tmp/cvs-serv6950/content

Modified Files:
	frontpage.txt news.txt 
Log Message:
1.2.11 pre-release now available...


Index: frontpage.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/frontpage.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** frontpage.txt	26 Jun 2007 18:39:41 -0000	1.16
--- frontpage.txt	3 Aug 2007 16:24:43 -0000	1.17
***************
*** 1,3 ****
--- 1,42 ----
  ---
+ Slony-I 1.2.11 pre-release available
+ http://slony.info/downloads/1.2/source/slony1-1.2.11-pre1.tar.bz2
+ 2007-08-03
+ Chris Browne
+ 
+ A tarball of Slony-I 1.2.11 is available for testing.
+ 
+ <P> Fixes are the following:
+ <ul>
+ <li> Add in tools/mkservice scripts previously added to CVS HEAD
+ 
+ <li> During subscription, do UPDATE to pg_class.relhasindex *after* the
+   TRUNCATE because, in 8.2+, TRUNCATE resets this attribute
+ 
+ <li> Fixed a problem with the setsync tracking with Log Shipping in cases
+   where slon does an internal restart (thereby rereading the
+   pset.ssy_seqno) and ignoring non-SYNC events because those don't
+   change the sl_setsync table.
+ 
+ <li> More explicit type casting of text objects for compatibility with
+   PostgreSQL 8.3
+ 
+ <li> Fixed problem with DDL SCRIPT statement parser: it wasn't 'quoting'
+   semicolons inside parentheses (this notably occurs in CREATE RULE).
+ 
+ <li> Fixed problem with DDL SCRIPT statement submission; it was
+   interpreting the statement as a format string, which would have
+   ill effects in the presence of things that are interpreted such
+   as format strings (%d, %f, %s) and \backslashed things like \\, \n.
+ 
+ <li> Further DDL Script issue: non-terminated statement at the end
+   (e.g. - without trailing semicolon ";") would get omitted.
+ 
+ <li> Typo fix: when trying to disable a node, the logs would report
+   "enableNode" rather than "disableNode".  Fixed.
+ 
+ <li> Add usage/version options to help output in slon.
+ </ul>
+ ---
  Slony-I 1.2.10 Released
  http://lists.slony.info/downloads/1.2/source/slony1-1.2.10.tar.bz2

Index: news.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/news.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** news.txt	28 Jun 2007 19:49:24 -0000	1.29
--- news.txt	3 Aug 2007 16:24:43 -0000	1.30
***************
*** 11,14 ****
--- 11,53 ----
  <!-- Please keep this item at the top of the news list -->
  ---
+ Slony-I 1.2.11 pre-release available
+ http://slony.info/downloads/1.2/source/slony1-1.2.11-pre1.tar.bz2
+ 2007-08-03
+ Chris Browne
+ 
+ A tarball of Slony-I 1.2.11 is available for testing.
+ 
+ <P> Fixes are the following:
+ <ul>
+ <li> Add in tools/mkservice scripts previously added to CVS HEAD
+ 
+ <li> During subscription, do UPDATE to pg_class.relhasindex *after* the
+   TRUNCATE because, in 8.2+, TRUNCATE resets this attribute
+ 
+ <li> Fixed a problem with the setsync tracking with Log Shipping in cases
+   where slon does an internal restart (thereby rereading the
+   pset.ssy_seqno) and ignoring non-SYNC events because those don't
+   change the sl_setsync table.
+ 
+ <li> More explicit type casting of text objects for compatibility with
+   PostgreSQL 8.3
+ 
+ <li> Fixed problem with DDL SCRIPT statement parser: it wasn't 'quoting'
+   semicolons inside parentheses (this notably occurs in CREATE RULE).
+ 
+ <li> Fixed problem with DDL SCRIPT statement submission; it was
+   interpreting the statement as a format string, which would have
+   ill effects in the presence of things that are interpreted such
+   as format strings (%d, %f, %s) and \backslashed things like \\, \n.
+ 
+ <li> Further DDL Script issue: non-terminated statement at the end
+   (e.g. - without trailing semicolon ";") would get omitted.
+ 
+ <li> Typo fix: when trying to disable a node, the logs would report
+   "enableNode" rather than "disableNode".  Fixed.
+ 
+ <li> Add usage/version options to help output in slon.
+ </ul>
+ ---
  Generating RPMS for Slony-I
  http://slony.info/



More information about the Slony1-commit mailing list