[postgis-tickets] r14902 - fix link to 9.6 folder
Regina Obe
lr at pcorp.us
Fri May 13 13:01:23 PDT 2016
Author: robe
Date: 2016-05-13 13:01:22 -0700 (Fri, 13 May 2016)
New Revision: 14902
Modified:
web/_content/pages/windows_downloads.html
web/index.php
Log:
fix link to 9.6 folder
Modified: web/_content/pages/windows_downloads.html
===================================================================
--- web/_content/pages/windows_downloads.html 2016-05-13 19:59:35 UTC (rev 14901)
+++ web/_content/pages/windows_downloads.html 2016-05-13 20:01:22 UTC (rev 14902)
@@ -94,7 +94,7 @@
**PostgreSQL EDB 9.4+ will not work with Windows XP, so if you have Windows XP, use PostgreSQL 9.3**
# Windows: Winnie Bot PostGIS and pgRouting Experimental Builds
- * [for PostgreSQL 9.6 32-bit/64-bit][12] compiled against PostgreSQL 9.6beta1 for PostGIS 2.3 (built with SFCGAL support)
+ * [for PostgreSQL 9.6 32-bit/64-bit][13] compiled against PostgreSQL 9.6beta1 for PostGIS 2.3 (built with SFCGAL support)
(in extras folder: ``pointcloud``, ``ogrfdw`` )
* [for PostgreSQL 9.5 32-bit/64-bit][12] compiled against PostgreSQL 9.5.2 for PostGIS 2.2, 2.3 (built with SFCGAL support) (also pgrouting 2.1, 2.2)
@@ -174,3 +174,4 @@
[10]: http://pgrouting.org/docs/tools/osm2pgrouting.html
[11]: http://winnie.postgis.net/download/windows/pg94/buildbot/extras
[12]: http://winnie.postgis.net/download/windows/pg95/buildbot/
+[13]: http://winnie.postgis.net/download/windows/pg96/buildbot/
Modified: web/index.php
===================================================================
--- web/index.php 2016-05-13 19:59:35 UTC (rev 14901)
+++ web/index.php 2016-05-13 20:01:22 UTC (rev 14902)
@@ -1,6 +1,6 @@
<?php
-//ini_set("display_errors", 1);
+ini_set("display_errors", 1);
require "_piecrust/piecrust.php";
-piecrust_run(array( "cache" => true ) );
+piecrust_run(array( "cache" => false ) );
?>
More information about the postgis-tickets
mailing list