Chris Browne cbbrowne at lists.slony.info
Tue Aug 28 12:46:56 PDT 2007
Update of /home/cvsd/slony1/slony1-www/content
In directory main.slony.info:/tmp/cvs-serv22025/content

Modified Files:
	news.txt 
Log Message:
Fixes to news


Index: news.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/news.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** news.txt	28 Aug 2007 19:44:57 -0000	1.32
--- news.txt	28 Aug 2007 19:46:54 -0000	1.33
***************
*** 65,107 ****
  </ul>
  ---
- 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/
--- 65,68 ----



More information about the Slony1-commit mailing list