[postgis-tickets] r16298 - with_interrupt_tests using non-standard extension
Regina Obe
lr at pcorp.us
Sun Jan 14 04:24:58 PST 2018
Author: robe
Date: 2018-01-14 16:24:58 -0800 (Sun, 14 Jan 2018)
New Revision: 16298
Modified:
branches/2.4/NEWS
branches/2.4/configure.ac
branches/2.4/doc/release_notes.xml
Log:
with_interrupt_tests using non-standard extension
Closes #3988 for PostGIS 2.4.3
Modified: branches/2.4/NEWS
===================================================================
--- branches/2.4/NEWS 2018-01-15 00:16:46 UTC (rev 16297)
+++ branches/2.4/NEWS 2018-01-15 00:24:58 UTC (rev 16298)
@@ -4,7 +4,8 @@
* Bug fixes *
- #3713, Support encodings that happen to output a '\' character
- #3827, Set configure default to not do interrupt testing,
- was causing false negatives for many people
+ was causing false negatives for many people (Regina Obe)
+ revised to be standards compliant in #3988 (Greg Troxel)
- #3930, Minimum bounding circle issues on 32-bit platforms
- #3965, ST_ClusterKMeans used to lose some clusters on initialization
(Darafei Praliaskouski)
Modified: branches/2.4/configure.ac
===================================================================
--- branches/2.4/configure.ac 2018-01-15 00:16:46 UTC (rev 16297)
+++ branches/2.4/configure.ac 2018-01-15 00:24:58 UTC (rev 16298)
@@ -1191,7 +1191,7 @@
[Enable interrupt tests])],
[INTERRUPTTESTS="yes"], [])
-if test "x$with_interrupt_tests" == "xno"; then
+if test "x$with_interrupt_tests" = "xno"; then
INTERRUPTTESTS="no"
fi
Modified: branches/2.4/doc/release_notes.xml
===================================================================
--- branches/2.4/doc/release_notes.xml 2018-01-15 00:16:46 UTC (rev 16297)
+++ branches/2.4/doc/release_notes.xml 2018-01-15 00:24:58 UTC (rev 16298)
@@ -11,7 +11,8 @@
<title>Bug Fixes and Enhancements</title>
<para>#3713, Support encodings that happen to output a '\' character</para>
<para>#3827, Set configure default to not do interrupt testing,
- was causing false negatives for many people</para>
+ was causing false negatives for many people. (Regina Obe)
+ revised to be standards compliant in #3988 (Greg Troxel)</para>
<para>#3930, Minimum bounding circle issues on 32-bit platforms</para>
<para>#3965, ST_ClusterKMeans used to lose some clusters on initialization
(Darafei Praliaskouski)</para>
More information about the postgis-tickets
mailing list