Steve Singer,,, ssinger at lists.slony.info
Mon Sep 9 13:20:28 PDT 2013
Update of /home/cvsd/slony1/slony1-www
In directory main.slony.info:/home/community/slony/htdocs

Modified Files:
	index.php 
Log Message:
2.2.0 release


Index: index.php
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/index.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -d -r1.20 -r1.21
*** index.php	9 Nov 2011 17:00:08 -0000	1.20
--- index.php	9 Sep 2013 20:20:26 -0000	1.21
***************
*** 19,22 ****
--- 19,23 ----
  	else if ($_GET["version"] == "2.0") $version="2.0";
  	else if ($_GET["version"] == "2.1") $version="2.1";
+ 	else if ($_GET["version"] == "2.2") $version="2.2";
  	if($file == '' ) {
  		$file="index.html";
***************
*** 27,30 ****
--- 28,32 ----
  			."<tr><td><a href=/documentation/2.0/index.html>2.0</a></td></tr>"
  			."<tr><td><a href=/documentation/2.1/index.html>2.1</a></td><td><a href=/adminguide/2.1/doc/adminguide/slony.pdf>PDF</a></td></tr>"
+ 			."<tr><td><a href=/documentation/2.2/index.html>2.2</a></td><td><a href=/adminguide/2.2/doc/adminguide/slony.pdf>PDF</a></td></tr>"
  			. "</table>";
  		}
***************
*** 60,63 ****
--- 62,66 ----
         if ($_GET["version"] == "2.0") $version = "2.0";
         if ($_GET["version"] == "2.1") $version = "2.1";
+        if ($_GET["version"] == "2.2") $version = "2.2";
         $platform = "";
         if ($_GET["platform"]=="source") $platform = "source";



More information about the Slony1-commit mailing list