Chris Browne cbbrowne at lists.slony.info
Tue Apr 6 14:00:25 PDT 2010
Update of /home/cvsd/slony1/slony1-www/content
In directory main.slony.info:/tmp/cvs-serv21346/content

Modified Files:
	news.txt 
Log Message:
Add 2.0.3 rc4 to news


Index: news.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/news.txt,v
retrieving revision 1.65
retrieving revision 1.66
diff -C 2 -d -r1.65 -r1.66
*** news.txt	9 Dec 2009 21:34:00 -0000	1.65
--- news.txt	6 Apr 2010 21:00:23 -0000	1.66
***************
*** 15,18 ****
--- 15,78 ----
  
  ---
+ Slony-I 2.0.3 RC4 available
+ http://main.slony.info/downloads/2.0/source/slony1-2.0.3-rc4.tar.bz2
+ 2010-04-06
+ Chris Browne
+ 
+ A fourth release candidate for Slony-I 2.0.3 is now available.  It
+ makes the following changes since RC3:
+ 
+ <ul>
+ 
+ <li> Bug #103 - When adding snapshot entries, they should be "1:1:", not "0:0:"
+ 
+ <li> autoconf/C funcs change to cope with 8.5 change that ScanKeywordLookup has
+   3 arguments rather than 1 (in previous versions)
+ 
+ <li> Remove Emacs fodder from tools (bug #108)
+ 
+ <li> Quoting problems in Perl script (bug #110)
+ 
+ <li> Add notes about flex/bison conflict (bug #109)
+ 
+ <li> <a href="http://lists.slony.info/pipermail/slony1-hackers/2010-January/000292.html"> Memory leak changes per Ulrich Weber</a>
+ 
+ <li> Logic error (if versus "else if") noticed by Richard Yen
+ 
+ <li> Bug #106 - misleading error message when setting up session configuration
+ 
+ <li> Improve test harness to report conninfo in case where connection fails
+ 
+ <li> Bug #55 - va_args cannot be used multiple times
+ 
+ <li> Bug # 113 - DROP cloneNodePrepare since the return type changes.
+   Patch from Atte Peltomäki
+ 
+ <li> Improve configure complaint if it can't find PQunescapeBytea - this
+   likely implies that configure couldn't find libpq.
+ 
+ <li> Copyright date changes
+ 
+ <li> Added discussion of synchronous commit to documentation
+ 
+ <li> Removed some discussion of behaviours relating to ancient versions
+   of PostgreSQL that are no longer supported (David Fetter)
+ 
+ <li> SPI_getbinval() was being passed a NULL, which PostgreSQL 8.5 no
+   longer accepts.  Add isnull variable in the relevant code block so
+   there's a place to stow the bool result.
+ 
+  <P> Reason for this noted by Alvaro Herrera - thanks!
+ 
+ <li> Change "long long" to "int64" to make things consistent with how
+   PostgreSQL expresses XIDs.
+ 
+ <li> Similarly "%lld" in printf changed to INT64_FORMAT
+ 
+ <li> Fixing up detection by Slonik of PostgreSQL 8.4 (patch per Peter
+   Eisentraut) - bug #116
+ 
+ </ul>
+ ---
  Slony-I 1.2.20 available
  http://main.slony.info/downloads/1.2/source/slony1-1.2.20.tar.bz2



More information about the Slony1-commit mailing list