CVS User Account cvsuser
Fri Jan 5 12:50:09 PST 2007
Log Message:
-----------
Release note updates

Tags:
----
REL_1_2_STABLE

Modified Files:
--------------
    slony1-engine:
        RELEASE-1.2.2 (r1.1.2.3 -> r1.1.2.4)

Added Files:
-----------
    slony1-engine:
        RELEASE-1.2.5 (r1.1.2.1)

-------------- next part --------------
Index: RELEASE-1.2.2
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/Attic/RELEASE-1.2.2,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -LRELEASE-1.2.2 -LRELEASE-1.2.2 -u -w -r1.1.2.3 -r1.1.2.4
--- RELEASE-1.2.2
+++ RELEASE-1.2.2
@@ -59,3 +59,9 @@
 
 - Fixes to parameter handling and interpreter name for
   test_slony_state*.pl scripts
+
+- There was an error condition where if the final line of a slon.conf
+  file did not end with a \n, then:
+   a) A comment on that line would be treated as a syntax error
+   b) A value set on that line would be ignored
+  Fixed.
--- /dev/null
+++ RELEASE-1.2.5
@@ -0,0 +1,10 @@
+$Id: RELEASE-1.2.5,v 1.1.2.1 2007/01/05 20:50:08 cbbrowne Exp $
+
+Release 1.2.5 of Slony-I has the following bug fixes over 1.2.2:
+
+- Fixed issue with xxid C functions - these functions need to be
+  defined STRICT so that NULL values don't cause the functions to
+  barf.  This has been causing users of PostgreSQL 8.2 to see
+  postmasters falling over.
+
+- Several improvements to internal documentation of altperl scripts



More information about the Slony1-commit mailing list